TaskAddParameter.Constraints プロパティ

定義

このタスクに適用される実行制約を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="constraints")]
public Microsoft.Azure.Batch.Protocol.Models.TaskConstraints Constraints { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="constraints")>]
member this.Constraints : Microsoft.Azure.Batch.Protocol.Models.TaskConstraints with get, set
Public Property Constraints As TaskConstraints

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

制約を指定しない場合、maxTaskRetryCount はジョブに指定された maxTaskRetryCount、maxWallClockTime は無限、retentionTime は 7 日間です。

適用対象