SearchManagementClient Class

Client that can be used to manage Azure Cognitive Search services and API keys.

Inheritance
builtins.object
SearchManagementClient

Constructor

SearchManagementClient(credential: TokenCredential, subscription_id: str, base_url: Optional[str] = None, **kwargs: Any)

Parameters

credential
TokenCredential
Required

Credential needed for the client to connect to Azure.

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.

base_url
str
default value: None

Service URL

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

close() -> None