Class VirtualMachineScaleSetListSkusResult

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

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

    • VirtualMachineScaleSetListSkusResult

      public VirtualMachineScaleSetListSkusResult()
  • Method Details

    • value

      Get the value property: The list of skus available for the virtual machine scale set.
      Returns:
      the value value.
    • withValue

      Set the value property: The list of skus available for the virtual machine scale set.
      Parameters:
      value - the value value to set.
      Returns:
      the VirtualMachineScaleSetListSkusResult object itself.
    • 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.