QuotaLimitsResponse interface
Quotas (service limits) in the request response.
Properties
next |
The URI for fetching the next page of quota limits. When no more pages exist, the value is null. |
value | List of quotas with the quota request status. |
Property Details
nextLink
The URI for fetching the next page of quota limits. When no more pages exist, the value is null.
nextLink?: string
Property Value
string
value
List of quotas with the quota request status.
value?: CurrentQuotaLimit[]