Class ResourceSkuCapacity

java.lang.Object
com.microsoft.azure.management.compute.ResourceSkuCapacity

public class ResourceSkuCapacity extends Object
Describes scaling information of a SKU.
  • Constructor Details

    • ResourceSkuCapacity

      public ResourceSkuCapacity()
  • Method Details

    • minimum

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

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

      public Long defaultProperty()
      Get the default capacity.
      Returns:
      the defaultProperty value
    • scaleType

      public ResourceSkuCapacityScaleType scaleType()
      Get the scale type applicable to the sku. Possible values include: 'Automatic', 'Manual', 'None'.
      Returns:
      the scaleType value