Pool.DefinitionStages.WithTaskSchedulingPolicy Interface

public static interface Pool.DefinitionStages.WithTaskSchedulingPolicy

The stage of the Pool definition allowing to specify taskSchedulingPolicy.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withTaskSchedulingPolicy(TaskSchedulingPolicy taskSchedulingPolicy)

Specifies the taskSchedulingPolicy property: How tasks are distributed across compute nodes in a pool.

Method Details

withTaskSchedulingPolicy

public abstract Pool.DefinitionStages.WithCreate withTaskSchedulingPolicy(TaskSchedulingPolicy taskSchedulingPolicy)

Specifies the taskSchedulingPolicy property: How tasks are distributed across compute nodes in a pool. If not specified, the default is spread..

Parameters:

taskSchedulingPolicy - How tasks are distributed across compute nodes in a pool. If not specified, the default is spread.

Returns:

the next definition stage.

Applies to