NewAzureDataLakeAnalyticsComputePolicy.MinPriorityPerJob Property

Definition

[System.Management.Automation.Parameter(HelpMessage="The minimum supported priority per job for this policy. Either this, MaxAnalyticsUnitsPerJob, or both parameters must be specified.", Mandatory=false, ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateNotNull]
[System.Management.Automation.ValidateRange(0, 2147483647)]
public int? MinPriorityPerJob { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="The minimum supported priority per job for this policy. Either this, MaxAnalyticsUnitsPerJob, or both parameters must be specified.", Mandatory=false, ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateNotNull>]
[<System.Management.Automation.ValidateRange(0, 2147483647)>]
member this.MinPriorityPerJob : Nullable<int> with get, set
Public Property MinPriorityPerJob As Nullable(Of Integer)

Property Value

Nullable<Int32>
Attributes

Applies to