DeploymentStackPropertiesActionOnUnmanage Class

Defines the behavior of resources that are not managed immediately after the stack is updated.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.resource.deploymentstacks._serialization.Model
DeploymentStackPropertiesActionOnUnmanage

Constructor

DeploymentStackPropertiesActionOnUnmanage(*, resources: str | _models.DeploymentStacksDeleteDetachEnum, resource_groups: str | _models.DeploymentStacksDeleteDetachEnum | None = None, management_groups: str | _models.DeploymentStacksDeleteDetachEnum | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
resources

Specifies the action that should be taken on the resource when the deployment stack is deleted. Delete will attempt to delete the resource from Azure. Detach will leave the resource in it's current state. Required. Known values are: "delete" and "detach".

resource_groups

Specifies the action that should be taken on the resource when the deployment stack is deleted. Delete will attempt to delete the resource from Azure. Detach will leave the resource in it's current state. Known values are: "delete" and "detach".

management_groups

Specifies the action that should be taken on the resource when the deployment stack is deleted. Delete will attempt to delete the resource from Azure. Detach will leave the resource in it's current state. Known values are: "delete" and "detach".

Variables

Name Description
resources

Specifies the action that should be taken on the resource when the deployment stack is deleted. Delete will attempt to delete the resource from Azure. Detach will leave the resource in it's current state. Required. Known values are: "delete" and "detach".

resource_groups

Specifies the action that should be taken on the resource when the deployment stack is deleted. Delete will attempt to delete the resource from Azure. Detach will leave the resource in it's current state. Known values are: "delete" and "detach".

management_groups

Specifies the action that should be taken on the resource when the deployment stack is deleted. Delete will attempt to delete the resource from Azure. Detach will leave the resource in it's current state. Known values are: "delete" and "detach".