SearchManagementClientOperationsMixin Class
- Inheritance
-
azure.mgmt.search.aio._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.
async 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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python