Class VirtualMachinesList

java.lang.Object
com.azure.resourcemanager.connectedvmware.models.VirtualMachinesList

public final class VirtualMachinesList extends Object
List of VirtualMachines.
  • Constructor Details

    • VirtualMachinesList

      public VirtualMachinesList()
  • Method Details

    • nextLink

      public String nextLink()
      Get the nextLink property: Url to follow for getting next page of VirtualMachines.
      Returns:
      the nextLink value.
    • withNextLink

      public VirtualMachinesList withNextLink(String nextLink)
      Set the nextLink property: Url to follow for getting next page of VirtualMachines.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the VirtualMachinesList object itself.
    • value

      public List<VirtualMachineInner> value()
      Get the value property: Array of VirtualMachines.
      Returns:
      the value value.
    • withValue

      public VirtualMachinesList withValue(List<VirtualMachineInner> value)
      Set the value property: Array of VirtualMachines.
      Parameters:
      value - the value value to set.
      Returns:
      the VirtualMachinesList object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.