| Package | Description |
|---|---|
| com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
| Modifier and Type | Method and Description |
|---|---|
TaskIdRange |
TaskIdRange.withEnd(int end)
Set the end value.
|
TaskIdRange |
TaskIdRange.withStart(int start)
Set the start value.
|
| Modifier and Type | Method and Description |
|---|---|
List<TaskIdRange> |
TaskDependencies.taskIdRanges()
Get the taskIdRanges value.
|
| Modifier and Type | Method and Description |
|---|---|
TaskDependencies |
TaskDependencies.withTaskIdRanges(List<TaskIdRange> taskIdRanges)
Set the taskIdRanges value.
|
Copyright © 2019. All rights reserved.