DeploymentStacksWhatIfChange.ResourceChanges Property

Definition

Gets or sets list of resource changes predicted by What-If operation.

[Newtonsoft.Json.JsonProperty(PropertyName="resourceChanges")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentStacksWhatIfResourceChange> ResourceChanges { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="resourceChanges")>]
member this.ResourceChanges : System.Collections.Generic.IList<Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentStacksWhatIfResourceChange> with get, set
Public Property ResourceChanges As IList(Of DeploymentStacksWhatIfResourceChange)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to