ISchedulerJob.ExcludedNodes Property

Definition

Gets the list of nodes that should not be used for the job.

public Microsoft.Hpc.Scheduler.IStringCollection ExcludedNodes { get; }
member this.ExcludedNodes : Microsoft.Hpc.Scheduler.IStringCollection
Public ReadOnly Property ExcludedNodes As IStringCollection

Property Value

A IStringCollection that contains the names of the nodes on which the job should not run.

Applies to