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 name of the SKU supported by Azure AI Search. NOTE: This property will not be serialized. It can only be populated by the server. |
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 name of the SKU supported by Azure AI Search. NOTE: This property will not be serialized. It can only be populated by the server.
name?: QuotaUsageResultName
Property Value
unit
The unit of measurement for the search SKU.
unit?: string
Property Value
string