azure.mgmt.resource.deploymentstacks.v2024_03_01 package
Submodules
- azure.mgmt.resource.deploymentstacks.v2024_03_01.models module
ActionOnUnmanage
AzureResourceBase
CreatedByType
DenySettings
DenySettingsMode
DenyStatusMode
DeploymentParameter
DeploymentStack
DeploymentStackListResult
DeploymentStackProperties
DeploymentStackProvisioningState
DeploymentStackProvisioningState.CANCELED
DeploymentStackProvisioningState.CANCELING
DeploymentStackProvisioningState.CREATING
DeploymentStackProvisioningState.DELETING
DeploymentStackProvisioningState.DELETING_RESOURCES
DeploymentStackProvisioningState.DEPLOYING
DeploymentStackProvisioningState.FAILED
DeploymentStackProvisioningState.SUCCEEDED
DeploymentStackProvisioningState.UPDATING_DENY_ASSIGNMENTS
DeploymentStackProvisioningState.VALIDATING
DeploymentStackProvisioningState.WAITING
DeploymentStackTemplateDefinition
DeploymentStackValidateProperties
DeploymentStackValidateResult
DeploymentStacksDebugSetting
DeploymentStacksDeleteDetachEnum
DeploymentStacksError
DeploymentStacksParametersLink
DeploymentStacksTemplateLink
ErrorAdditionalInfo
ErrorDetail
KeyVaultParameterReference
KeyVaultReference
ManagedResourceReference
ResourceReference
ResourceReferenceExtended
ResourceStatusMode
SystemData
UnmanageActionManagementGroupMode
UnmanageActionResourceGroupMode
UnmanageActionResourceMode
- azure.mgmt.resource.deploymentstacks.v2024_03_01.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.begin_validate_stack_at_management_group()
DeploymentStacksOperations.begin_validate_stack_at_resource_group()
DeploymentStacksOperations.begin_validate_stack_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.v2024_03_01.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.v2024_03_01.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. The value must be an UUID. Required.
base_url (str) – Service URL. Default value is “https://management.azure.com”.
- Keyword Arguments: