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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python