ActionOnUnmanage Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
| Name | Description |
|---|---|
| ActionOnUnmanage() |
Initializes a new instance of the ActionOnUnmanage class. |
| ActionOnUnmanage(String, String, String, String) |
Initializes a new instance of the ActionOnUnmanage class. |
Properties
| Name | Description |
|---|---|
| ManagementGroups |
Gets or sets specifies an action for a newly unmanaged resource management group. Possible values include: 'delete', 'detach' |
| ResourceGroups |
Gets or sets specifies an action for a newly unmanaged resource group. Possible values include: 'delete', 'detach' |
| Resources |
Gets or sets specifies an action for a newly unmanaged resource. Possible values include: 'delete', 'detach' |
| ResourcesWithoutDeleteSupport |
Gets or sets some resources do not support deletion. This flag will denote how the stack should handle those resources. Possible values include: 'detach', 'fail' |
Methods
| Name | Description |
|---|---|
| Validate() |
Validate the object. |