Aracılığıyla paylaş


ComputePolicy.MinPriorityPerJob Property

Definition

Gets the minimum priority per job this user can use to submit jobs.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to