Class VirtualMachineScaleSetListSkusResult


  • public final class VirtualMachineScaleSetListSkusResult
    extends Object
    The Virtual Machine Scale Set List Skus operation response.
    • Constructor Detail

      • VirtualMachineScaleSetListSkusResult

        public VirtualMachineScaleSetListSkusResult()
    • Method Detail

      • value

        public List<VirtualMachineScaleSetSkuInner> value()
        Get the value property: The list of skus available for the virtual machine scale set.
        Returns:
        the value value.
      • nextLink

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

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

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