JobPropertiesConstraints.MaxWallClockTime 屬性

定義

取得或設定最大時鐘時間。

[Newtonsoft.Json.JsonProperty(PropertyName="maxWallClockTime")]
public TimeSpan? MaxWallClockTime { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="maxWallClockTime")>]
member this.MaxWallClockTime : Nullable<TimeSpan> with get, set
Public Property MaxWallClockTime As Nullable(Of TimeSpan)

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

作業可以執行的時間上限。 預設值:1 周。

適用於