DeploymentStackPropertiesResponseActionOnUnmanage

data class DeploymentStackPropertiesResponseActionOnUnmanage(val managementGroups: String? = null, val resourceGroups: String? = null, val resources: String)

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

Constructors

constructor(managementGroups: String? = null, resourceGroups: String? = null, resources: String)

Types

Link copied to clipboard
object Companion

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
val resourceGroups: String? = null

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.