BastionShareableLinkListRequest Class
- java.
lang. Object - com.
microsoft. azure. management. network. BastionShareableLinkListRequest
- com.
public class BastionShareableLinkListRequest
Post request for all the Bastion Shareable Link endpoints.
Constructor | Description | |
---|---|---|
Bastion |
Modifier and Type | Method and Description |
---|---|
java.util.List<com.microsoft.azure.management.network.implementation.BastionShareableLinkInner> |
vms()
Get list of VM references. |
Bastion |
with Set list of VM references. |
java.lang.Object.clone
java.lang.Object.equals
java.lang.Object.finalize
java.lang.Object.getClass
java.lang.Object.hashCode
java.lang.Object.notify
java.lang.Object.notifyAll
java.lang.Object.toString
java.lang.Object.wait
java.lang.Object.wait
java.lang.Object.wait
BastionShareableLinkListRequest
public BastionShareableLinkListRequest()
vms
public List
Get list of VM references.
Returns:
the vms value
withVms
public BastionShareableLinkListRequest withVms(List
Set list of VM references.
Parameters:
vms
- the vms value to set
Returns:
the BastionShareableLinkListRequest object itself.