CognitiveServicesManagementClient Class

Cognitive Services Management Client.

Inheritance
azure.mgmt.cognitiveservices.aio.operations._cognitive_services_management_client_operations.CognitiveServicesManagementClientOperationsMixin
CognitiveServicesManagementClient

Constructor

CognitiveServicesManagementClient(credential: AsyncTokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)

Parameters

credential
AsyncTokenCredential
Required

Credential needed for the client to connect to Azure.

subscription_id
str
Required

The ID of the target subscription.

base_url
str
default value: https://management.azure.com

Service URL. Default value is "https://management.azure.com".

api_version
str

Api Version. Default value is "2022-03-01". Note that overriding this default value may result in unsupported behavior.

polling_interval
int

Default waiting time between two polls for LRO operations if no Retry-After header is present.

Variables

accounts
AccountsOperations

AccountsOperations operations

deleted_accounts
DeletedAccountsOperations

DeletedAccountsOperations operations

resource_skus
ResourceSkusOperations

ResourceSkusOperations operations

operations
Operations

Operations operations

commitment_tiers
CommitmentTiersOperations

CommitmentTiersOperations operations

private_endpoint_connections
PrivateEndpointConnectionsOperations

PrivateEndpointConnectionsOperations operations

private_link_resources
PrivateLinkResourcesOperations

PrivateLinkResourcesOperations operations

deployments
DeploymentsOperations

DeploymentsOperations operations

commitment_plans
CommitmentPlansOperations

CommitmentPlansOperations operations

Methods

close

close

async close() -> None