次の方法で共有


JobBasePropertiesConstraints.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 週間。

適用対象