次の方法で共有


PipelineRun.DurationInMs プロパティ

定義

パイプラインの実行期間を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象