azure.mgmt.resource.resources.v2019_03_01 package
Submodules
- azure.mgmt.resource.resources.v2019_03_01.models module
AliasPathType
AliasType
BasicDependency
ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties
DebugSetting
Dependency
Deployment
DeploymentExportResult
DeploymentExtended
DeploymentExtendedFilter
DeploymentListResult
DeploymentMode
DeploymentOperation
DeploymentOperationProperties
DeploymentOperationsListResult
DeploymentProperties
DeploymentPropertiesExtended
DeploymentValidateResult
ErrorAdditionalInfo
ErrorResponse
ExportTemplateRequest
GenericResource
GenericResourceExpanded
GenericResourceFilter
HttpMessage
Identity
OnErrorDeployment
OnErrorDeploymentExtended
OnErrorDeploymentType
Operation
OperationDisplay
OperationListResult
ParametersLink
Plan
Provider
ProviderListResult
ProviderResourceType
Resource
ResourceGroup
ResourceGroupExportResult
ResourceGroupFilter
ResourceGroupListResult
ResourceGroupPatchable
ResourceGroupProperties
ResourceIdentityType
ResourceListResult
ResourceManagementErrorWithDetails
ResourceProviderOperationDisplayProperties
ResourcesMoveInfo
Sku
SubResource
TagCount
TagDetails
TagValue
TagsListResult
TargetResource
TemplateHashResult
TemplateLink
ZoneMapping
- azure.mgmt.resource.resources.v2019_03_01.operations module
DeploymentOperationsOperations
DeploymentsOperations
DeploymentsOperations.begin_create_or_update()
DeploymentsOperations.begin_create_or_update_at_subscription_scope()
DeploymentsOperations.begin_delete()
DeploymentsOperations.begin_delete_at_subscription_scope()
DeploymentsOperations.calculate_template_hash()
DeploymentsOperations.cancel()
DeploymentsOperations.cancel_at_subscription_scope()
DeploymentsOperations.check_existence()
DeploymentsOperations.check_existence_at_subscription_scope()
DeploymentsOperations.export_template()
DeploymentsOperations.export_template_at_subscription_scope()
DeploymentsOperations.get()
DeploymentsOperations.get_at_subscription_scope()
DeploymentsOperations.list_at_subscription_scope()
DeploymentsOperations.list_by_resource_group()
DeploymentsOperations.validate()
DeploymentsOperations.validate_at_subscription_scope()
DeploymentsOperations.models
Operations
ProvidersOperations
ResourceGroupsOperations
ResourcesOperations
ResourcesOperations.begin_create_or_update()
ResourcesOperations.begin_create_or_update_by_id()
ResourcesOperations.begin_delete()
ResourcesOperations.begin_delete_by_id()
ResourcesOperations.begin_move_resources()
ResourcesOperations.begin_update()
ResourcesOperations.begin_update_by_id()
ResourcesOperations.begin_validate_move_resources()
ResourcesOperations.check_existence()
ResourcesOperations.check_existence_by_id()
ResourcesOperations.get()
ResourcesOperations.get_by_id()
ResourcesOperations.list()
ResourcesOperations.list_by_resource_group()
ResourcesOperations.models
TagsOperations
Module contents
- class azure.mgmt.resource.resources.v2019_03_01.ResourceManagementClient(credential: TokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)[source]
Bases:
object
Provides operations for working with resources and resource groups.
- Variables:
operations (azure.mgmt.resource.resources.v2019_03_01.operations.Operations) – Operations operations
deployments (azure.mgmt.resource.resources.v2019_03_01.operations.DeploymentsOperations) – DeploymentsOperations operations
providers (azure.mgmt.resource.resources.v2019_03_01.operations.ProvidersOperations) – ProvidersOperations operations
resources (azure.mgmt.resource.resources.v2019_03_01.operations.ResourcesOperations) – ResourcesOperations operations
resource_groups (azure.mgmt.resource.resources.v2019_03_01.operations.ResourceGroupsOperations) – ResourceGroupsOperations operations
tags (azure.mgmt.resource.resources.v2019_03_01.operations.TagsOperations) – TagsOperations operations
deployment_operations (azure.mgmt.resource.resources.v2019_03_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: