Share via


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: If not specified, the default is spread..

Method Details

withTaskSchedulingPolicy

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

Specifies the taskSchedulingPolicy property: If not specified, the default is spread..

Parameters:

taskSchedulingPolicy - If not specified, the default is spread.

Returns:

the next definition stage.

Applies to