Class CurrentQuotaLimitBaseInner


  • public final class CurrentQuotaLimitBaseInner
    extends com.azure.core.management.ProxyResource
    Quota limit.
    • Constructor Detail

      • CurrentQuotaLimitBaseInner

        public CurrentQuotaLimitBaseInner()
    • Method Detail

      • properties

        public QuotaProperties properties()
        Get the properties property: Quota properties for the specified resource, based on the API called, Quotas or Usages.
        Returns:
        the properties value.
      • withProperties

        public CurrentQuotaLimitBaseInner withProperties​(QuotaProperties properties)
        Set the properties property: Quota properties for the specified resource, based on the API called, Quotas or Usages.
        Parameters:
        properties - the properties value to set.
        Returns:
        the CurrentQuotaLimitBaseInner object itself.
      • validate

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