Job.ExecutionStateTransitionTime 屬性

定義

取得執行狀態轉換時間。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

作業進入其目前執行狀態的時間。

適用於