azure.mgmt.resource.resources.v2019_08_01 package
Submodules
- azure.mgmt.resource.resources.v2019_08_01.models module
AliasPathType
AliasType
BasicDependency
ChangeType
ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties
DebugSetting
Dependency
Deployment
DeploymentExportResult
DeploymentExtended
DeploymentExtendedFilter
DeploymentListResult
DeploymentMode
DeploymentOperation
DeploymentOperationProperties
DeploymentOperationsListResult
DeploymentProperties
DeploymentPropertiesExtended
DeploymentValidateResult
DeploymentWhatIf
DeploymentWhatIfProperties
DeploymentWhatIfSettings
ErrorAdditionalInfo
ErrorResponse
ExportTemplateRequest
GenericResource
GenericResourceExpanded
GenericResourceFilter
HttpMessage
Identity
OnErrorDeployment
OnErrorDeploymentExtended
OnErrorDeploymentType
Operation
OperationDisplay
OperationListResult
ParametersLink
Plan
PropertyChangeType
Provider
ProviderListResult
ProviderResourceType
Resource
ResourceGroup
ResourceGroupExportResult
ResourceGroupFilter
ResourceGroupListResult
ResourceGroupPatchable
ResourceGroupProperties
ResourceIdentityType
ResourceListResult
ResourceProviderOperationDisplayProperties
ResourcesMoveInfo
ScopedDeployment
Sku
SubResource
TagCount
TagDetails
TagValue
TagsListResult
TargetResource
TemplateHashResult
TemplateLink
WhatIfChange
WhatIfOperationResult
WhatIfPropertyChange
WhatIfResultFormat
ZoneMapping
- azure.mgmt.resource.resources.v2019_08_01.operations module
DeploymentOperationsOperations
DeploymentOperationsOperations.get()
DeploymentOperationsOperations.get_at_management_group_scope()
DeploymentOperationsOperations.get_at_scope()
DeploymentOperationsOperations.get_at_subscription_scope()
DeploymentOperationsOperations.get_at_tenant_scope()
DeploymentOperationsOperations.list()
DeploymentOperationsOperations.list_at_management_group_scope()
DeploymentOperationsOperations.list_at_scope()
DeploymentOperationsOperations.list_at_subscription_scope()
DeploymentOperationsOperations.list_at_tenant_scope()
DeploymentOperationsOperations.models
DeploymentsOperations
DeploymentsOperations.begin_create_or_update()
DeploymentsOperations.begin_create_or_update_at_management_group_scope()
DeploymentsOperations.begin_create_or_update_at_scope()
DeploymentsOperations.begin_create_or_update_at_subscription_scope()
DeploymentsOperations.begin_create_or_update_at_tenant_scope()
DeploymentsOperations.begin_delete()
DeploymentsOperations.begin_delete_at_management_group_scope()
DeploymentsOperations.begin_delete_at_scope()
DeploymentsOperations.begin_delete_at_subscription_scope()
DeploymentsOperations.begin_delete_at_tenant_scope()
DeploymentsOperations.begin_what_if()
DeploymentsOperations.begin_what_if_at_subscription_scope()
DeploymentsOperations.calculate_template_hash()
DeploymentsOperations.cancel()
DeploymentsOperations.cancel_at_management_group_scope()
DeploymentsOperations.cancel_at_scope()
DeploymentsOperations.cancel_at_subscription_scope()
DeploymentsOperations.cancel_at_tenant_scope()
DeploymentsOperations.check_existence()
DeploymentsOperations.check_existence_at_management_group_scope()
DeploymentsOperations.check_existence_at_scope()
DeploymentsOperations.check_existence_at_subscription_scope()
DeploymentsOperations.check_existence_at_tenant_scope()
DeploymentsOperations.export_template()
DeploymentsOperations.export_template_at_management_group_scope()
DeploymentsOperations.export_template_at_scope()
DeploymentsOperations.export_template_at_subscription_scope()
DeploymentsOperations.export_template_at_tenant_scope()
DeploymentsOperations.get()
DeploymentsOperations.get_at_management_group_scope()
DeploymentsOperations.get_at_scope()
DeploymentsOperations.get_at_subscription_scope()
DeploymentsOperations.get_at_tenant_scope()
DeploymentsOperations.list_at_management_group_scope()
DeploymentsOperations.list_at_scope()
DeploymentsOperations.list_at_subscription_scope()
DeploymentsOperations.list_at_tenant_scope()
DeploymentsOperations.list_by_resource_group()
DeploymentsOperations.validate()
DeploymentsOperations.validate_at_management_group_scope()
DeploymentsOperations.validate_at_scope()
DeploymentsOperations.validate_at_subscription_scope()
DeploymentsOperations.validate_at_tenant_scope()
DeploymentsOperations.models
Operations
ProvidersOperations
ResourceGroupsOperations
ResourceGroupsOperations.begin_delete()
ResourceGroupsOperations.begin_export_template()
ResourceGroupsOperations.check_existence()
ResourceGroupsOperations.create_or_update()
ResourceGroupsOperations.get()
ResourceGroupsOperations.list()
ResourceGroupsOperations.update()
ResourceGroupsOperations.models
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_08_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_08_01.operations.Operations) – Operations operations
deployments (azure.mgmt.resource.resources.v2019_08_01.operations.DeploymentsOperations) – DeploymentsOperations operations
providers (azure.mgmt.resource.resources.v2019_08_01.operations.ProvidersOperations) – ProvidersOperations operations
resources (azure.mgmt.resource.resources.v2019_08_01.operations.ResourcesOperations) – ResourcesOperations operations
resource_groups (azure.mgmt.resource.resources.v2019_08_01.operations.ResourceGroupsOperations) – ResourceGroupsOperations operations
tags (azure.mgmt.resource.resources.v2019_08_01.operations.TagsOperations) – TagsOperations operations
deployment_operations (azure.mgmt.resource.resources.v2019_08_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: