JobPropertiesExecutionInfo.StartTime 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得開始時間。
[Newtonsoft.Json.JsonProperty(PropertyName="startTime")]
public DateTime? StartTime { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="startTime")>]
member this.StartTime : Nullable<DateTime>
Public ReadOnly Property StartTime As Nullable(Of DateTime)
屬性值
- 屬性
-
Newtonsoft.Json.JsonPropertyAttribute
備註
作業開始執行的時間。 'Running' 對應于執行中狀態。 如果作業已重新開機或重試,這是作業開始執行的最新時間。 此屬性僅適用于處於執行中或已完成狀態的作業。