NewAzureDataLakeAnalyticsComputePolicy.MinPriorityPerJob Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
- Attributes