Class VirtualMachineScaleSetSkuInner

java.lang.Object
com.azure.resourcemanager.compute.fluent.models.VirtualMachineScaleSetSkuInner

public final class VirtualMachineScaleSetSkuInner extends Object
Describes an available virtual machine scale set sku.
  • Constructor Details

    • VirtualMachineScaleSetSkuInner

      public VirtualMachineScaleSetSkuInner()
  • Method Details

    • resourceType

      public String resourceType()
      Get the resourceType property: The type of resource the sku applies to.
      Returns:
      the resourceType value.
    • sku

      public Sku sku()
      Get the sku property: The Sku.
      Returns:
      the sku value.
    • capacity

      Get the capacity property: Specifies the number of virtual machines in the scale set.
      Returns:
      the capacity value.
    • validate

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