public class TaskSchedulingPolicy extends Object
| Constructor and Description |
|---|
TaskSchedulingPolicy() |
| Modifier and Type | Method and Description |
|---|---|
ComputeNodeFillType |
nodeFillType()
Get the nodeFillType value.
|
TaskSchedulingPolicy |
withNodeFillType(ComputeNodeFillType nodeFillType)
Set the nodeFillType value.
|
public ComputeNodeFillType nodeFillType()
public TaskSchedulingPolicy withNodeFillType(ComputeNodeFillType nodeFillType)
nodeFillType - the nodeFillType value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/