Class SubscriptionQuotaProperties


  • public final class SubscriptionQuotaProperties
    extends Object
    Describes the properties of the quota.
    • Constructor Detail

      • SubscriptionQuotaProperties

        public SubscriptionQuotaProperties()
    • Method Detail

      • maxCount

        public Integer maxCount()
        Get the maxCount property: The max permitted usage of this resource.
        Returns:
        the maxCount value.
      • currentCount

        public Integer currentCount()
        Get the currentCount property: The current usage of this resource.
        Returns:
        the currentCount value.
      • validate

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