Share via


ActionOnUnmanage Class

Definition

Defines the behavior of resources that are no longer managed after the stack is updated or deleted.

public class ActionOnUnmanage
type ActionOnUnmanage = class
Public Class ActionOnUnmanage
Inheritance
ActionOnUnmanage

Constructors

ActionOnUnmanage()

Initializes a new instance of the ActionOnUnmanage class.

ActionOnUnmanage(String, String, String)

Initializes a new instance of the ActionOnUnmanage class.

Properties

ManagementGroups

Gets or sets 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. Possible values include: 'delete', 'detach'

ResourceGroups

Gets or sets 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. Possible values include: 'delete', 'detach'

Resources

Gets or sets 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. Possible values include: 'delete', 'detach'

Methods

Validate()

Validate the object.

Applies to