QuotaLimitsResponse interface

Quota limits request response.

Properties

nextLink

The URI used to fetch the next page of quota limits. When there are no more pages, this is null.

value

List of quota limits with the quota request status.

Property Details

The URI used to fetch the next page of quota limits. When there are no more pages, this is null.

nextLink?: string

Property Value

string

value

List of quota limits with the quota request status.

value?: CurrentQuotaLimitBase[]

Property Value