次の方法で共有


JobCreateParameters.SchedulingPriority プロパティ

定義

スケジュールの優先順位を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.schedulingPriority")]
public string SchedulingPriority { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.schedulingPriority")>]
member this.SchedulingPriority : string with get, set
Public Property SchedulingPriority As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

ジョブに関連付けられているスケジュールの優先順位。 使用可能な値: 低、標準、高。 指定できる値は、'low'、'normal'、'high' です。

適用対象