ISchedulerJob.NodeGroups Property

Definition

Retrieves or sets the names of the node groups that specify the nodes on which the job can run.

public Microsoft.Hpc.Scheduler.IStringCollection NodeGroups { get; set; }
member this.NodeGroups : Microsoft.Hpc.Scheduler.IStringCollection with get, set
Public Property NodeGroups As IStringCollection

Property Value

An IStringCollection interface that contains a collection of node group names.

Applies to