Package | Description |
---|---|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
Modifier and Type | Method and Description |
---|---|
TaskSchedulingPolicy |
CloudPool.taskSchedulingPolicy()
Get the taskSchedulingPolicy value.
|
TaskSchedulingPolicy |
PoolSpecification.taskSchedulingPolicy()
Get the taskSchedulingPolicy value.
|
TaskSchedulingPolicy |
PoolAddParameter.taskSchedulingPolicy()
Get the taskSchedulingPolicy value.
|
TaskSchedulingPolicy |
TaskSchedulingPolicy.withNodeFillType(ComputeNodeFillType nodeFillType)
Set the nodeFillType value.
|
Modifier and Type | Method and Description |
---|---|
CloudPool |
CloudPool.withTaskSchedulingPolicy(TaskSchedulingPolicy taskSchedulingPolicy)
Set the taskSchedulingPolicy value.
|
PoolSpecification |
PoolSpecification.withTaskSchedulingPolicy(TaskSchedulingPolicy taskSchedulingPolicy)
Set the taskSchedulingPolicy value.
|
PoolAddParameter |
PoolAddParameter.withTaskSchedulingPolicy(TaskSchedulingPolicy taskSchedulingPolicy)
Set the taskSchedulingPolicy value.
|
Copyright © 2019. All rights reserved.