Share via


DeploymentStackPropertiesActionOnUnmanage Class

Definition

Defines the behavior of resources that are not managed immediately after the stack is updated.

public class DeploymentStackPropertiesActionOnUnmanage
type DeploymentStackPropertiesActionOnUnmanage = class
Public Class DeploymentStackPropertiesActionOnUnmanage
Inheritance
DeploymentStackPropertiesActionOnUnmanage

Constructors

DeploymentStackPropertiesActionOnUnmanage()

Initializes a new instance of the DeploymentStackPropertiesActionOnUnmanage class.

DeploymentStackPropertiesActionOnUnmanage(String, String, String)

Initializes a new instance of the DeploymentStackPropertiesActionOnUnmanage class.

Properties

ManagementGroups

Gets or sets specifies the action that should be taken on the resource when the deployment stack is deleted. 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 the action that should be taken on the resource when the deployment stack is deleted. 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 the action that should be taken on the resource when the deployment stack is deleted. 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