Package | Description |
---|---|
com.microsoft.azure.batch.protocol |
This package contains the classes for BatchServiceClient.
|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
Modifier and Type | Method and Description |
---|---|
TaskAddCollectionResult |
Tasks.addCollection(String jobId,
List<TaskAddParameter> value)
Adds a collection of tasks to the specified job.
|
TaskAddCollectionResult |
Tasks.addCollection(String jobId,
List<TaskAddParameter> value,
TaskAddCollectionOptions taskAddCollectionOptions)
Adds a collection of tasks to the specified job.
|
Modifier and Type | Method and Description |
---|---|
ServiceFuture<TaskAddCollectionResult> |
Tasks.addCollectionAsync(String jobId,
List<TaskAddParameter> value,
ServiceCallback<TaskAddCollectionResult> serviceCallback)
Adds a collection of tasks to the specified job.
|
ServiceFuture<TaskAddCollectionResult> |
Tasks.addCollectionAsync(String jobId,
List<TaskAddParameter> value,
TaskAddCollectionOptions taskAddCollectionOptions,
ServiceCallback<TaskAddCollectionResult> serviceCallback)
Adds a collection of tasks to the specified job.
|
Modifier and Type | Method and Description |
---|---|
TaskAddCollectionResult |
TaskAddCollectionResult.withValue(List<TaskAddResult> value)
Set the value value.
|
Copyright © 2019. All rights reserved.