次の方法で共有


PipelineRun.LastUpdated プロパティ

定義

パイプライン実行イベントの最後に更新されたタイムスタンプを ISO8601 形式で取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象