SearchManagementClient Class
Client that can be used to manage Azure Cognitive Search services and API keys.
- Inheritance
-
builtins.objectSearchManagementClient
Constructor
SearchManagementClient(credential: AsyncTokenCredential, subscription_id: str, base_url: Optional[str] = None, **kwargs: Any)
Parameters
- subscription_id
- str
Required
The unique identifier for a Microsoft Azure subscription. You can obtain this value from the Azure Resource Manager API or the portal.
- polling_interval
- int
Default waiting time between two polls for LRO operations if no Retry-After header is present.
Variables
- operations
- Operations
Operations operations
- admin_keys
- AdminKeysOperations
AdminKeysOperations operations
- query_keys
- QueryKeysOperations
QueryKeysOperations operations
- services
- ServicesOperations
ServicesOperations operations
- private_link_resources
- PrivateLinkResourcesOperations
PrivateLinkResourcesOperations operations
- private_endpoint_connections
- PrivateEndpointConnectionsOperations
PrivateEndpointConnectionsOperations operations
- shared_private_link_resources
- SharedPrivateLinkResourcesOperations
SharedPrivateLinkResourcesOperations operations
Methods
| close |
close
async close() -> None
Feedback
Submit and view feedback for