| Modifier and Type | Method and Description |
|---|---|
TaskSchedulingPolicy |
Pool.taskSchedulingPolicy() |
TaskSchedulingPolicy |
TaskSchedulingPolicy.withNodeFillType(ComputeNodeFillType nodeFillType)
Set possible values include: 'Spread', 'Pack'.
|
| Modifier and Type | Method and Description |
|---|---|
Pool.DefinitionStages.WithAttach<ParentT> |
Pool.DefinitionStages.WithAttach.withTaskSchedulingPolicy(TaskSchedulingPolicy taskSchedulingPolicy)
Specifies the task scheduling policy.
|
Pool.UpdateDefinitionStages.WithAttach<ParentT> |
Pool.UpdateDefinitionStages.WithAttach.withTaskSchedulingPolicy(TaskSchedulingPolicy taskSchedulingPolicy)
Specifies the task scheduling policy.
|
Pool.Update |
Pool.UpdateStages.WithAttach.withTaskSchedulingPolicy(TaskSchedulingPolicy taskSchedulingPolicy)
Specifies the task scheduling policy.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/