QuotaLimits interface
Quota limits.
Properties
next |
The URI for fetching the next page of quotas (service limits). When no more pages exist, the value is null. |
value | List of quotas (service limits). |
Property Details
nextLink
The URI for fetching the next page of quotas (service limits). When no more pages exist, the value is null.
nextLink?: string
Property Value
string
value
List of quotas (service limits).
value?: CurrentQuotaLimitBase[]