Class VirtualMachineScaleSetSkuCapacity

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

public final class VirtualMachineScaleSetSkuCapacity extends Object
Describes scaling information of a sku.
  • Constructor Details

    • VirtualMachineScaleSetSkuCapacity

      public VirtualMachineScaleSetSkuCapacity()
  • Method Details

    • minimum

      public Long minimum()
      Get the minimum property: The minimum capacity.
      Returns:
      the minimum value.
    • maximum

      public Long maximum()
      Get the maximum property: The maximum capacity that can be set.
      Returns:
      the maximum value.
    • defaultCapacity

      public Long defaultCapacity()
      Get the defaultCapacity property: The default capacity.
      Returns:
      the defaultCapacity value.
    • scaleType

      Get the scaleType property: The scale type applicable to the sku.
      Returns:
      the scaleType value.
    • validate

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