TaskConstraints.MaxWallClockTime プロパティ

定義

タスクの開始時刻から測定される、タスクが実行できる最大経過時間を取得または設定します。 タスクが制限時間内に完了しない場合、Batch サービスによって終了されます。

[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

注釈

これを指定しない場合、タスクの実行時間に制限はありません。

適用対象