Class BastionShareableLinkListRequest
java.lang.Object
com.microsoft.azure.management.network.BastionShareableLinkListRequest
Post request for all the Bastion Shareable Link endpoints.
-
Constructor Details
-
BastionShareableLinkListRequest
public BastionShareableLinkListRequest()
-
-
Method Details
-
vms
Get list of VM references.- Returns:
- the vms value
-
withVms
public BastionShareableLinkListRequest withVms(List<com.microsoft.azure.management.network.implementation.BastionShareableLinkInner> vms) Set list of VM references.- Parameters:
vms
- the vms value to set- Returns:
- the BastionShareableLinkListRequest object itself.
-