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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python