Share via


TrackedResourceModificationDetails.DeploymentTime Property

Definition

Gets timestamp of the deployment that created or modified the tracked resource.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to