ResourceManagementClient Class
Provides operations for working with resources and resource groups.
- Inheritance
-
builtins.objectResourceManagementClient
Constructor
ResourceManagementClient(credential: TokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)
Parameters
- 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 "2019-05-10". 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
close() -> None
Feedback
Submit and view feedback for