SearchManagementClient クラス
Azure Cognitive Search サービスと API キーの管理に使用できるクライアント。
- 継承
-
builtins.objectSearchManagementClient
コンストラクター
SearchManagementClient(credential: AsyncTokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)
パラメーター
- subscription_id
- str
必須
Microsoft Azure サブスクリプションの一意識別子。 この値は、Azure リソース マネージャー API またはポータルから取得できます。 必須です。
- api_version
- str
API バージョン。 既定値は "2022-09-01" です。 この既定値をオーバーライドすると、サポートされていない動作が発生する可能性があることに注意してください。
- polling_interval
- int
Retry-After ヘッダーがない場合、LRO 操作の 2 つのポーリング間の既定の待機時間。
変数
- operations
- Operations
操作操作
- admin_keys
- AdminKeysOperations
AdminKeysOperations 操作
- query_keys
- QueryKeysOperations
QueryKeysOperations 操作
- services
- ServicesOperations
ServicesOperations 操作
- private_link_resources
- PrivateLinkResourcesOperations
PrivateLinkResourcesOperations 操作
- private_endpoint_connections
- PrivateEndpointConnectionsOperations
PrivateEndpointConnectionsOperations 操作
- shared_private_link_resources
- SharedPrivateLinkResourcesOperations
SharedPrivateLinkResourcesOperations 操作
メソッド
close |
close
async close() -> None