DeploymentStacksWhatIfResourceChangeResourceConfigurationChanges.After Property

Definition

Gets or sets the predicted value after the deployment is executed.

[Newtonsoft.Json.JsonProperty(PropertyName="after")]
public System.Collections.Generic.IDictionary<string,object> After { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="after")>]
member this.After : System.Collections.Generic.IDictionary<string, obj> with get, set
Public Property After As IDictionary(Of String, Object)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to