DeploymentPropertiesExtended.Timestamp Property

Definition

The timestamp of the template deployment.

[System.Text.Json.Serialization.JsonInclude]
[System.Text.Json.Serialization.JsonPropertyName("timestamp")]
public DateTime? Timestamp { get; init; }
[<System.Text.Json.Serialization.JsonInclude>]
[<System.Text.Json.Serialization.JsonPropertyName("timestamp")>]
member this.Timestamp : Nullable<DateTime> with get, set
Public Property Timestamp As Nullable(Of DateTime)

Property Value

Attributes

Applies to