CommunicationServiceManagementClient Class

REST API for Azure Communication Services.

Inheritance
builtins.object
CommunicationServiceManagementClient

Constructor

CommunicationServiceManagementClient(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 ID of the target subscription.

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
<xref:communication_service_management_client.operations.Operations>

Operations operations

communication_service
<xref:communication_service_management_client.operations.CommunicationServiceOperations>

CommunicationServiceOperations operations

operation_statuses
<xref:communication_service_management_client.operations.OperationStatusesOperations>

OperationStatusesOperations operations

Methods

close

close

close() -> None