Deployment Stack Properties Action On Unmanage Args
data class DeploymentStackPropertiesActionOnUnmanageArgs(val managementGroups: Output<Either<String, DeploymentStacksDeleteDetachEnum>>? = null, val resourceGroups: Output<Either<String, DeploymentStacksDeleteDetachEnum>>? = null, val resources: Output<Either<String, DeploymentStacksDeleteDetachEnum>>) : ConvertibleToJava<DeploymentStackPropertiesActionOnUnmanageArgs>
Defines the behavior of resources that are not managed immediately after the stack is updated.
Constructors
Link copied to clipboard
constructor(managementGroups: Output<Either<String, DeploymentStacksDeleteDetachEnum>>? = null, resourceGroups: Output<Either<String, DeploymentStacksDeleteDetachEnum>>? = null, resources: Output<Either<String, DeploymentStacksDeleteDetachEnum>>)
Properties
Link copied to clipboard
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.
Link copied to clipboard
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.
Link copied to clipboard
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.