Share via


DeploymentStack.ActionOnUnmanage Property

Definition

Gets or sets defines the behavior of resources that are no longer managed after the Deployment stack is updated or deleted.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.actionOnUnmanage")]
public Microsoft.Azure.Management.Resources.Models.DeploymentStackPropertiesActionOnUnmanage ActionOnUnmanage { get; set; }
[Newtonsoft.Json.JsonProperty(PropertyName="properties.actionOnUnmanage")]
public Microsoft.Azure.Management.Resources.Models.ActionOnUnmanage ActionOnUnmanage { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.actionOnUnmanage")>]
member this.ActionOnUnmanage : Microsoft.Azure.Management.Resources.Models.DeploymentStackPropertiesActionOnUnmanage with get, set
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.actionOnUnmanage")>]
member this.ActionOnUnmanage : Microsoft.Azure.Management.Resources.Models.ActionOnUnmanage with get, set
Public Property ActionOnUnmanage As DeploymentStackPropertiesActionOnUnmanage
Public Property ActionOnUnmanage As ActionOnUnmanage

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to