次の方法で共有


ComputePolicyAccountCreateParameters.MinPriorityPerJob プロパティ

定義

このユーザーがジョブの送信に使用できるジョブあたりの最小優先度を取得または設定します。 このプロパティ、ジョブごとの並列処理の最大次数、またはその両方を渡す必要があります。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象