OperationsManagementClient Class

Operations Management Client.

Inheritance
builtins.object
OperationsManagementClient

Constructor

OperationsManagementClient(credential: AsyncTokenCredential, subscription_id: str, provider_name: str, resource_type: str, resource_name: str, base_url: Optional[str] = None, **kwargs: Any)

Parameters

credential
AsyncTokenCredential
Required

Credential needed for the client to connect to Azure.

subscription_id
str
Required

Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

provider_name
str
Required

Provider name for the parent resource.

resource_type
str
Required

Resource type for the parent resource.

resource_name
str
Required

Parent resource name.

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

solutions
SolutionsOperations

SolutionsOperations operations

management_associations
ManagementAssociationsOperations

ManagementAssociationsOperations operations

management_configurations
ManagementConfigurationsOperations

ManagementConfigurationsOperations operations

operations
Operations

Operations operations

Methods

close

close

async close() -> None