DeploymentStacksWhatIfResourceChange.ChangeType Property

Definition

Gets or sets type of change that will be made to the resource when the deployment is executed. Possible values include: 'create', 'delete', 'detach', 'modify', 'noChange', 'unsupported'

[Newtonsoft.Json.JsonProperty(PropertyName="changeType")]
public string ChangeType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="changeType")>]
member this.ChangeType : string with get, set
Public Property ChangeType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to