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 |
---|---|
void |
Tasks.add(String jobId,
TaskAddParameter task,
TaskAddOptions taskAddOptions)
Adds a task to the specified job.
|
rx.Observable<Void> |
Tasks.addAsync(String jobId,
TaskAddParameter task,
TaskAddOptions taskAddOptions)
Adds a task to the specified job.
|
ServiceFuture<Void> |
Tasks.addAsync(String jobId,
TaskAddParameter task,
TaskAddOptions taskAddOptions,
ServiceCallback<Void> serviceCallback)
Adds a task to the specified job.
|
rx.Observable<ServiceResponseWithHeaders<Void,TaskAddHeaders>> |
Tasks.addWithServiceResponseAsync(String jobId,
TaskAddParameter task,
TaskAddOptions taskAddOptions)
Adds a task to the specified job.
|
Modifier and Type | Method and Description |
---|---|
TaskAddOptions |
TaskAddOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
TaskAddOptions |
TaskAddOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
TaskAddOptions |
TaskAddOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
TaskAddOptions |
TaskAddOptions.withTimeout(Integer timeout)
Set the timeout value.
|
Copyright © 2019. All rights reserved.