Class ApiManagementSkuCapacity


  • public final class ApiManagementSkuCapacity
    extends Object
    Describes scaling information of a SKU.
    • Constructor Detail

      • ApiManagementSkuCapacity

        public ApiManagementSkuCapacity()
    • Method Detail

      • minimum

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

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

        public Integer defaultProperty()
        Get the defaultProperty property: The default capacity.
        Returns:
        the defaultProperty value.
      • validate

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