azure.mgmt.resource.resources.v2016_02_01 package
Submodules
- azure.mgmt.resource.resources.v2016_02_01.models module
AliasPathType
AliasType
BasicDependency
DebugSetting
Dependency
Deployment
DeploymentExportResult
DeploymentExtended
DeploymentExtendedFilter
DeploymentListResult
DeploymentMode
DeploymentOperation
DeploymentOperationProperties
DeploymentOperationsListResult
DeploymentProperties
DeploymentPropertiesExtended
DeploymentValidateResult
ErrorAdditionalInfo
ErrorResponse
ExportTemplateRequest
GenericResource
GenericResourceExpanded
GenericResourceFilter
HttpMessage
Identity
ParametersLink
Plan
Provider
ProviderListResult
ProviderResourceType
Resource
ResourceGroup
ResourceGroupExportResult
ResourceGroupFilter
ResourceGroupListResult
ResourceGroupProperties
ResourceListResult
ResourceManagementErrorWithDetails
ResourceProviderOperationDisplayProperties
ResourcesMoveInfo
Sku
SubResource
TagCount
TagDetails
TagValue
TagsListResult
TargetResource
TemplateHashResult
TemplateLink
- azure.mgmt.resource.resources.v2016_02_01.operations module
DeploymentOperationsOperations
DeploymentsOperations
DeploymentsOperations.begin_create_or_update()
DeploymentsOperations.begin_delete()
DeploymentsOperations.calculate_template_hash()
DeploymentsOperations.cancel()
DeploymentsOperations.check_existence()
DeploymentsOperations.export_template()
DeploymentsOperations.get()
DeploymentsOperations.list()
DeploymentsOperations.validate()
DeploymentsOperations.models
ProvidersOperations
ResourceGroupsOperations
ResourceGroupsOperations.begin_delete()
ResourceGroupsOperations.check_existence()
ResourceGroupsOperations.create_or_update()
ResourceGroupsOperations.export_template()
ResourceGroupsOperations.get()
ResourceGroupsOperations.list()
ResourceGroupsOperations.list_resources()
ResourceGroupsOperations.patch()
ResourceGroupsOperations.models
ResourcesOperations
TagsOperations
Module contents
- class azure.mgmt.resource.resources.v2016_02_01.ResourceManagementClient(credential: TokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)[source]
Bases:
object
ResourceManagementClient.
- Variables:
deployments (azure.mgmt.resource.resources.v2016_02_01.operations.DeploymentsOperations) – DeploymentsOperations operations
providers (azure.mgmt.resource.resources.v2016_02_01.operations.ProvidersOperations) – ProvidersOperations operations
resource_groups (azure.mgmt.resource.resources.v2016_02_01.operations.ResourceGroupsOperations) – ResourceGroupsOperations operations
resources (azure.mgmt.resource.resources.v2016_02_01.operations.ResourcesOperations) – ResourcesOperations operations
tags (azure.mgmt.resource.resources.v2016_02_01.operations.TagsOperations) – TagsOperations operations
deployment_operations (azure.mgmt.resource.resources.v2016_02_01.operations.DeploymentOperationsOperations) – DeploymentOperationsOperations operations
- Parameters:
credential (TokenCredential) – Credential needed for the client to connect to Azure. Required.
subscription_id (str) – The ID of the target subscription. Required.
base_url (str) – Service URL. Default value is “https://management.azure.com”.
- Keyword Arguments: