Class VirtualMachineScaleSetListResult


  • public final class VirtualMachineScaleSetListResult
    extends Object
    The List Virtual Machine operation response.
    • Constructor Detail

      • VirtualMachineScaleSetListResult

        public VirtualMachineScaleSetListResult()
    • Method Detail

      • 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 VMSS.
        Returns:
        the nextLink value.
      • withNextLink

        public VirtualMachineScaleSetListResult 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 VMSS.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the VirtualMachineScaleSetListResult object itself.
      • validate

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