次の方法で共有


PipelineRun.RunEnd プロパティ

定義

パイプライン実行の終了時刻を ISO8601 形式で取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象