TaskSchedulingPolicy Constructors
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.
Overloads
| Name | Description |
|---|---|
| TaskSchedulingPolicy() |
Initializes a new instance of the TaskSchedulingPolicy class. |
| TaskSchedulingPolicy(ComputeNodeFillType) |
Initializes a new instance of the TaskSchedulingPolicy class. |
TaskSchedulingPolicy()
- Source:
- TaskSchedulingPolicy.cs
Initializes a new instance of the TaskSchedulingPolicy class.
public TaskSchedulingPolicy();
Public Sub New ()
Applies to
TaskSchedulingPolicy(ComputeNodeFillType)
- Source:
- TaskSchedulingPolicy.cs
Initializes a new instance of the TaskSchedulingPolicy class.
public TaskSchedulingPolicy(Microsoft.Azure.Batch.Protocol.Models.ComputeNodeFillType nodeFillType);
new Microsoft.Azure.Batch.Protocol.Models.TaskSchedulingPolicy : Microsoft.Azure.Batch.Protocol.Models.ComputeNodeFillType -> Microsoft.Azure.Batch.Protocol.Models.TaskSchedulingPolicy
Public Sub New (nodeFillType As ComputeNodeFillType)
Parameters
- nodeFillType
- ComputeNodeFillType
How Tasks are distributed across Compute Nodes in a Pool.