QuotaUsageResult interface
Describes the quota usage for a particular SKU.
Properties
| current |
The currently used up value for the particular search SKU. |
| id | The resource ID of the quota usage SKU endpoint for Microsoft.Search provider. |
| limit | The quota limit for the particular search SKU. |
| name | The SKU name information of the current search service. |
| unit | The unit of measurement for the search SKU. |
Property Details
currentValue
The currently used up value for the particular search SKU.
currentValue?: number
Property Value
number
id
The resource ID of the quota usage SKU endpoint for Microsoft.Search provider.
id?: string
Property Value
string
limit
The quota limit for the particular search SKU.
limit?: number
Property Value
number
name
The SKU name information of the current search service.
name?: QuotaUsageResultName
Property Value
unit
The unit of measurement for the search SKU.
unit?: string
Property Value
string