JobUpdateParameter.Priority プロパティ

定義

ジョブの優先度を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

優先度の値の範囲は -1000 から 1000 です。-1000 が最も低い優先度で、1000 が最高の優先度です。 省略すると、既定値 0 に設定されます。

適用対象