QuotaUsageResult Class
Describes the quota usage for a particular sku supported by Azure Cognitive Search.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.search._serialization.ModelQuotaUsageResult
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. |
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. |
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 Cognitive Search. |
Azure SDK for Python