Deployment Stack Properties Response Action On Unmanage
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
Link copied to clipboard
fun DeploymentStackPropertiesResponseActionOnUnmanage(managementGroups: String? = null, resourceGroups: String? = null, resources: String)