Class BastionShareableLinkListRequest
- java.lang.Object
-
- com.azure.resourcemanager.network.models.BastionShareableLinkListRequest
-
public final class BastionShareableLinkListRequest extends Object
Post request for all the Bastion Shareable Link endpoints.
-
-
Constructor Summary
Constructors Constructor Description BastionShareableLinkListRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.List<BastionShareableLinkInner>vms()Get the vms property: List of VM references.BastionShareableLinkListRequestwithVms(List<BastionShareableLinkInner> vms)Set the vms property: List of VM references.
-
-
-
Method Detail
-
vms
public List<BastionShareableLinkInner> vms()
Get the vms property: List of VM references.- Returns:
- the vms value.
-
withVms
public BastionShareableLinkListRequest withVms(List<BastionShareableLinkInner> vms)
Set the vms property: List of VM references.- Parameters:
vms- the vms value to set.- Returns:
- the BastionShareableLinkListRequest object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-