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 : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Resources.DeploymentStacks.Models.ActionOnUnmanage>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Resources.DeploymentStacks.Models.ActionOnUnmanage>
type ActionOnUnmanage = class
interface IJsonModel<ActionOnUnmanage>
interface IPersistableModel<ActionOnUnmanage>
Public Class ActionOnUnmanage
Implements IJsonModel(Of ActionOnUnmanage), IPersistableModel(Of ActionOnUnmanage)
- Inheritance
-
ActionOnUnmanage
- Implements
Constructors
| Name | Description |
|---|---|
| ActionOnUnmanage(UnmanageActionResourceMode) |
Initializes a new instance of ActionOnUnmanage. |
Properties
| Name | Description |
|---|---|
| ManagementGroups |
Specifies an action for a newly unmanaged resource management group. |
| ResourceGroups |
Specifies an action for a newly unmanaged resource group. |
| Resources |
Specifies an action for a newly unmanaged resource. |
| ResourcesWithoutDeleteSupport |
Some resources do not support deletion. This flag will denote how the stack should handle those resources. |