Action On Unmanage Response
data class ActionOnUnmanageResponse(val managementGroups: String? = null, val resourceGroups: String? = null, val resources: String)
Defines the behavior of resources that are no longer managed after the stack is updated or deleted.
Properties
Link copied to clipboard
Specifies an action for a newly unmanaged resource. Delete will attempt to delete the resource from Azure. Detach will leave the resource in it's current state.
Link copied to clipboard
Specifies an action for a newly unmanaged resource. Delete will attempt to delete the resource from Azure. Detach will leave the resource in it's current state.