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,
TaskAddCollectionOptions taskAddCollectionOptions)
Adds a collection of tasks to the specified job.
|
rx.Observable<TaskAddCollectionResult> |
Tasks.addCollectionAsync(String jobId,
List<TaskAddParameter> value,
TaskAddCollectionOptions taskAddCollectionOptions)
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.
|
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 |
---|---|
TaskAddCollectionOptions |
TaskAddCollectionOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
TaskAddCollectionOptions |
TaskAddCollectionOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
TaskAddCollectionOptions |
TaskAddCollectionOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
TaskAddCollectionOptions |
TaskAddCollectionOptions.withTimeout(Integer timeout)
Set the timeout value.
|
Copyright © 2019. All rights reserved.