QuotaUsageResultName Class
The name of the sku supported by Azure Cognitive Search.
- Inheritance
-
azure.mgmt.search._serialization.ModelQuotaUsageResultName
Constructor
QuotaUsageResultName(*, value: str | None = None, localized_value: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
value
|
The sku name supported by Azure Cognitive Search. |
localized_value
|
The localized string value for the sku supported by Azure Cognitive Search. |
Variables
Name | Description |
---|---|
value
|
The sku name supported by Azure Cognitive Search. |
localized_value
|
The localized string value for the sku supported by Azure Cognitive Search. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python