Class TaskSchedulingPolicy
- java.lang.Object
-
- com.microsoft.azure.management.batch.TaskSchedulingPolicy
-
public class TaskSchedulingPolicy extends Object
Specifies how tasks should be distributed across compute nodes.
-
-
Constructor Summary
Constructors Constructor Description TaskSchedulingPolicy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComputeNodeFillTypenodeFillType()Get the nodeFillType value.TaskSchedulingPolicywithNodeFillType(ComputeNodeFillType nodeFillType)Set the nodeFillType value.
-
-
-
Method Detail
-
nodeFillType
public ComputeNodeFillType nodeFillType()
Get the nodeFillType value.- Returns:
- the nodeFillType value
-
withNodeFillType
public TaskSchedulingPolicy withNodeFillType(ComputeNodeFillType nodeFillType)
Set the nodeFillType value.- Parameters:
nodeFillType- the nodeFillType value to set- Returns:
- the TaskSchedulingPolicy object itself.
-
-