Package version:

Interface SubscriptionQuotasListResult

Result of the GetQuotas operation. It contains a list of quotas for the subscription in a particular region.

interface SubscriptionQuotasListResult {
    value?: SubscriptionQuota[];
}

Properties

Properties

List of quotas for the subscription in a particular region. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc