| 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 |
|---|---|
rx.Observable<ServiceResponseWithHeaders<TaskAddCollectionResult,TaskAddCollectionHeaders>> |
Tasks.addCollectionWithServiceResponseAsync(String jobId,
List<TaskAddParameter> value)
Adds a collection of tasks to the specified job.
|
rx.Observable<ServiceResponseWithHeaders<TaskAddCollectionResult,TaskAddCollectionHeaders>> |
Tasks.addCollectionWithServiceResponseAsync(String jobId,
List<TaskAddParameter> value,
TaskAddCollectionOptions taskAddCollectionOptions)
Adds a collection of tasks to the specified job.
|
| Modifier and Type | Method and Description |
|---|---|
TaskAddCollectionHeaders |
TaskAddCollectionHeaders.withClientRequestId(String clientRequestId)
Set the clientRequestId value.
|
TaskAddCollectionHeaders |
TaskAddCollectionHeaders.withRequestId(String requestId)
Set the requestId value.
|
Copyright © 2019. All rights reserved.