JobAddParameter.Constraints プロパティ

定義

ジョブの実行制約を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象