BastionShareableLinkListRequest Class

  • java.lang.Object
    • com.microsoft.azure.management.network.BastionShareableLinkListRequest

public class BastionShareableLinkListRequest

Post request for all the Bastion Shareable Link endpoints.

Constructor Summary

Constructor Description
BastionShareableLinkListRequest()

Method Summary

Modifier and Type Method and Description
java.util.List<com.microsoft.azure.management.network.implementation.BastionShareableLinkInner> vms()

Get list of VM references.

BastionShareableLinkListRequest withVms(List<BastionShareableLinkInner> vms)

Set list of VM references.

Methods inherited from java.lang.Object

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

Constructor Details

BastionShareableLinkListRequest

public BastionShareableLinkListRequest()

Method Details

vms

public List vms()

Get list of VM references.

Returns:

the vms value

withVms

public BastionShareableLinkListRequest withVms(List vms)

Set list of VM references.

Parameters:

vms - the vms value to set

Returns:

the BastionShareableLinkListRequest object itself.

Applies to