Class VirtualMachineScaleSetSkuInner


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

      • VirtualMachineScaleSetSkuInner

        public VirtualMachineScaleSetSkuInner()
    • Method Detail

      • 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

        public VirtualMachineScaleSetSkuCapacity 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.