Share via


WhatIfOperationResult.PotentialChanges Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to