Share via


TaskSchedulingPolicy(ComputeNodeFillType) Constructor

Definition

Initializes a new instance of the TaskSchedulingPolicy class.

public TaskSchedulingPolicy (Microsoft.Azure.Batch.Common.ComputeNodeFillType computeNodeFillType);
new Microsoft.Azure.Batch.TaskSchedulingPolicy : Microsoft.Azure.Batch.Common.ComputeNodeFillType -> Microsoft.Azure.Batch.TaskSchedulingPolicy
Public Sub New (computeNodeFillType As ComputeNodeFillType)

Parameters

computeNodeFillType
ComputeNodeFillType

The fill type of scheduling policy.

Applies to