Class SubscriptionQuotaItemInner


  • public final class SubscriptionQuotaItemInner
    extends com.azure.core.management.ProxyResource
    Information regarding Subscription Quota Item.
    • Constructor Detail

      • SubscriptionQuotaItemInner

        public SubscriptionQuotaItemInner()
    • Method Detail

      • systemData

        public com.azure.core.management.SystemData systemData()
        Get the systemData property: The system meta data relating to this resource.
        Returns:
        the systemData value.
      • current

        public Integer current()
        Get the current property: The current quota value.
        Returns:
        the current value.
      • defaultProperty

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

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