public final class BastionShareableLinkInner extends Object
| Constructor and Description |
|---|
BastionShareableLinkInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
bsl()
Get the bsl property: The unique Bastion Shareable Link to the virtual machine.
|
String |
createdAt()
Get the createdAt property: The time when the link was created.
|
String |
message()
Get the message property: Optional field indicating the warning or error message related to the vm in case of
partial failure.
|
void |
validate()
Validates the instance.
|
com.azure.core.management.Resource |
vm()
Get the vm property: Reference of the virtual machine resource.
|
BastionShareableLinkInner |
withVm(com.azure.core.management.Resource vm)
Set the vm property: Reference of the virtual machine resource.
|
public com.azure.core.management.Resource vm()
public BastionShareableLinkInner withVm(com.azure.core.management.Resource vm)
vm - the vm value to set.public String bsl()
public String createdAt()
public String message()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.