ComputePolicyAccountCreateParameters.MinPriorityPerJob Property

Definition

Gets or sets the minimum priority per job this user can use to submit jobs. This property, the max degree of parallelism per job property, or both must be passed.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to