DeploymentStacksWhatIfResultProperties.DeploymentStackLastModified Property

Definition

Gets the timestamp for when the deployment stack was last modified. This can be used to determine if the what-if data is still current.

[Newtonsoft.Json.JsonProperty(PropertyName="deploymentStackLastModified")]
public DateTime? DeploymentStackLastModified { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="deploymentStackLastModified")>]
member this.DeploymentStackLastModified : Nullable<DateTime>
Public ReadOnly Property DeploymentStackLastModified As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to