Class VirtualMachineScaleSetListWithLinkResult

java.lang.Object
com.azure.resourcemanager.compute.models.VirtualMachineScaleSetListWithLinkResult

public final class VirtualMachineScaleSetListWithLinkResult extends Object
The List Virtual Machine operation response.
  • Constructor Details

    • VirtualMachineScaleSetListWithLinkResult

      public VirtualMachineScaleSetListWithLinkResult()
  • Method Details

    • value

      Get the value property: The list of virtual machine scale sets.
      Returns:
      the value value.
    • withValue

      Set the value property: The list of virtual machine scale sets.
      Parameters:
      value - the value value to set.
      Returns:
      the VirtualMachineScaleSetListWithLinkResult object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The uri to fetch the next page of Virtual Machine Scale Sets. Call ListNext() with this to fetch the next page of Virtual Machine Scale Sets.
      Returns:
      the nextLink value.
    • withNextLink

      public VirtualMachineScaleSetListWithLinkResult withNextLink(String nextLink)
      Set the nextLink property: The uri to fetch the next page of Virtual Machine Scale Sets. Call ListNext() with this to fetch the next page of Virtual Machine Scale Sets.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the VirtualMachineScaleSetListWithLinkResult object itself.
    • validate

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