ISchedulerJob.ExcludedNodes 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.
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.