QuotaUsageResult Class
Describes the quota usage for a particular SKU.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
QuotaUsageResult(*, id: str | None = None, unit: str | None = None, current_value: int | None = None, limit: int | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
id
|
The resource ID of the quota usage SKU endpoint for Microsoft.Search provider. Default value: None
|
|
unit
|
The unit of measurement for the search SKU. Default value: None
|
|
current_value
|
The currently used up value for the particular search SKU. Default value: None
|
|
limit
|
The quota limit for the particular search SKU. Default value: None
|
Variables
| Name | Description |
|---|---|
|
id
|
The resource ID of the quota usage SKU endpoint for Microsoft.Search provider. |
|
unit
|
The unit of measurement for the search SKU. |
|
current_value
|
The currently used up value for the particular search SKU. |
|
limit
|
The quota limit for the particular search SKU. |
|
name
|
The name of the SKU supported by Azure AI Search. |