ResourceManagementClient Class

Provides operations for working with resources and resource groups.

Inheritance
builtins.object
ResourceManagementClient

Constructor

ResourceManagementClient(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 "2018-05-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

operations
Operations

Operations operations

deployments
DeploymentsOperations

DeploymentsOperations operations

providers
ProvidersOperations

ProvidersOperations operations

resources
ResourcesOperations

ResourcesOperations operations

resource_groups
ResourceGroupsOperations

ResourceGroupsOperations operations

tags
TagsOperations

TagsOperations operations

deployment_operations
DeploymentOperationsOperations

DeploymentOperationsOperations operations

Methods

close

close

async close() -> None