Uses of Class
com.microsoft.azure.batch.protocol.models.TaskAddOptions
-
Packages that use TaskAddOptions Package Description com.microsoft.azure.batch.protocol This package contains the classes for BatchServiceClient.com.microsoft.azure.batch.protocol.implementation This package contains the implementation classes for BatchServiceClient.com.microsoft.azure.batch.protocol.models This package contains the models classes for BatchServiceClient. -
-
Uses of TaskAddOptions in com.microsoft.azure.batch.protocol
Methods in com.microsoft.azure.batch.protocol with parameters of type TaskAddOptions Modifier and Type Method 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.com.microsoft.rest.ServiceFuture<Void>
Tasks. addAsync(String jobId, TaskAddParameter task, TaskAddOptions taskAddOptions, com.microsoft.rest.ServiceCallback<Void> serviceCallback)
Adds a Task to the specified Job.rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<Void,TaskAddHeaders>>
Tasks. addWithServiceResponseAsync(String jobId, TaskAddParameter task, TaskAddOptions taskAddOptions)
Adds a Task to the specified Job. -
Uses of TaskAddOptions in com.microsoft.azure.batch.protocol.implementation
Methods in com.microsoft.azure.batch.protocol.implementation with parameters of type TaskAddOptions Modifier and Type Method Description void
TasksImpl. add(String jobId, TaskAddParameter task, TaskAddOptions taskAddOptions)
Adds a Task to the specified Job.rx.Observable<Void>
TasksImpl. addAsync(String jobId, TaskAddParameter task, TaskAddOptions taskAddOptions)
Adds a Task to the specified Job.com.microsoft.rest.ServiceFuture<Void>
TasksImpl. addAsync(String jobId, TaskAddParameter task, TaskAddOptions taskAddOptions, com.microsoft.rest.ServiceCallback<Void> serviceCallback)
Adds a Task to the specified Job.rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<Void,TaskAddHeaders>>
TasksImpl. addWithServiceResponseAsync(String jobId, TaskAddParameter task, TaskAddOptions taskAddOptions)
Adds a Task to the specified Job. -
Uses of TaskAddOptions in com.microsoft.azure.batch.protocol.models
Methods in com.microsoft.azure.batch.protocol.models that return TaskAddOptions Modifier and Type Method Description TaskAddOptions
TaskAddOptions. withClientRequestId(UUID clientRequestId)
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.TaskAddOptions
TaskAddOptions. withOcpDate(org.joda.time.DateTime ocpDate)
Set the time the request was issued.TaskAddOptions
TaskAddOptions. withReturnClientRequestId(Boolean returnClientRequestId)
Set whether the server should return the client-request-id in the response.TaskAddOptions
TaskAddOptions. withTimeout(Integer timeout)
Set the maximum time that the server can spend processing the request, in seconds.
-