azure.mgmt.resource.deploymentstacks.v2022_08_01_preview package
Submodules
- azure.mgmt.resource.deploymentstacks.v2022_08_01_preview.models module
AzureResourceBase
CreatedByType
DenySettings
DenySettingsMode
DenyStatusMode
DeploymentStack
DeploymentStackListResult
DeploymentStackProperties
DeploymentStackPropertiesActionOnUnmanage
DeploymentStackProvisioningState
DeploymentStackProvisioningState.CANCELED
DeploymentStackProvisioningState.CANCELING
DeploymentStackProvisioningState.CREATING
DeploymentStackProvisioningState.DELETING
DeploymentStackProvisioningState.DELETING_RESOURCES
DeploymentStackProvisioningState.DEPLOYING
DeploymentStackProvisioningState.FAILED
DeploymentStackProvisioningState.LOCKING
DeploymentStackProvisioningState.SUCCEEDED
DeploymentStackProvisioningState.VALIDATING
DeploymentStackProvisioningState.WAITING
DeploymentStackTemplateDefinition
DeploymentStacksDebugSetting
DeploymentStacksDeleteDetachEnum
DeploymentStacksError
DeploymentStacksParametersLink
DeploymentStacksTemplateLink
ErrorAdditionalInfo
ErrorDetail
ErrorResponse
ManagedResourceReference
ResourceReference
ResourceReferenceExtended
ResourceStatusMode
SystemData
UnmanageActionManagementGroupMode
UnmanageActionResourceGroupMode
UnmanageActionResourceMode
- azure.mgmt.resource.deploymentstacks.v2022_08_01_preview.operations module
DeploymentStacksOperations
DeploymentStacksOperations.begin_create_or_update_at_management_group()
DeploymentStacksOperations.begin_create_or_update_at_resource_group()
DeploymentStacksOperations.begin_create_or_update_at_subscription()
DeploymentStacksOperations.begin_delete_at_management_group()
DeploymentStacksOperations.begin_delete_at_resource_group()
DeploymentStacksOperations.begin_delete_at_subscription()
DeploymentStacksOperations.export_template_at_management_group()
DeploymentStacksOperations.export_template_at_resource_group()
DeploymentStacksOperations.export_template_at_subscription()
DeploymentStacksOperations.get_at_management_group()
DeploymentStacksOperations.get_at_resource_group()
DeploymentStacksOperations.get_at_subscription()
DeploymentStacksOperations.list_at_management_group()
DeploymentStacksOperations.list_at_resource_group()
DeploymentStacksOperations.list_at_subscription()
DeploymentStacksOperations.models
Module contents
- class azure.mgmt.resource.deploymentstacks.v2022_08_01_preview.DeploymentStacksClient(credential: TokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)[source]
Bases:
object
The APIs listed in this specification can be used to manage deployment stack resources through the Azure Resource Manager.
- Variables:
deployment_stacks (azure.mgmt.resource.deploymentstacks.v2022_08_01_preview.operations.DeploymentStacksOperations) – DeploymentStacksOperations 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: