Share via


CreateOrUpdateComputePolicyParameters.MaxDegreeOfParallelismPerJob Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to