Class BastionShareableLinkListRequest

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

public class BastionShareableLinkListRequest extends Object
Post request for all the Bastion Shareable Link endpoints.
  • Constructor Details

    • BastionShareableLinkListRequest

      public BastionShareableLinkListRequest()
  • Method Details

    • vms

      public List<com.microsoft.azure.management.network.implementation.BastionShareableLinkInner> 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.