BatchJobManagerTask.RunExclusive 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.
Whether the Job Manager Task requires exclusive use of the Compute Node where it runs. If true, no other Tasks will run on the same Node for as long as the Job Manager is running. If false, other Tasks can run simultaneously with the Job Manager on a Compute Node. The Job Manager Task counts normally against the Compute Node's concurrent Task limit, so this is only relevant if the Compute Node allows multiple concurrent Tasks. The default value is true.
public bool? RunExclusive { get; set; }
member this.RunExclusive : Nullable<bool> with get, set
Public Property RunExclusive As Nullable(Of Boolean)
Property Value
Applies to
Azure SDK for .NET