SearchManagementClientOperationsMixin Class
- Inheritance
-
azure.mgmt.search._vendor.SearchManagementClientMixinABCSearchManagementClientOperationsMixin
Constructor
SearchManagementClientOperationsMixin()
Methods
usage_by_subscription_sku |
Gets the quota usage for a search sku in the given subscription. |
usage_by_subscription_sku
Gets the quota usage for a search sku in the given subscription.
usage_by_subscription_sku(location: str, sku_name: str, search_management_request_options: SearchManagementRequestOptions | None = None, **kwargs: Any) -> QuotaUsageResult
Parameters
Name | Description |
---|---|
location
Required
|
The unique location name for a Microsoft Azure geographic region. Required. |
sku_name
Required
|
The unique search service sku name supported by Azure Cognitive Search. Required. |
search_management_request_options
Required
|
Parameter group. Default value is None. |
Keyword-Only Parameters
Name | Description |
---|---|
cls
|
A custom type or function that will be passed the direct response |
Returns
Type | Description |
---|---|
QuotaUsageResult or the result of cls(response) |
Exceptions
Type | Description |
---|---|
- See also
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