SearchManagementClientOperationsMixin Class

Inheritance
azure.mgmt.search._vendor.SearchManagementClientMixinABC
SearchManagementClientOperationsMixin

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
str

The unique location name for a Microsoft Azure geographic region. Required.

sku_name
Required
str

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