Share via


Pool.UpdateStages.WithTaskSchedulingPolicy Interface

public static interface Pool.UpdateStages.WithTaskSchedulingPolicy

The stage of the Pool update allowing to specify taskSchedulingPolicy.

Method Summary

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

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

Method Details

withTaskSchedulingPolicy

public abstract Pool.Update 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