Uses of Class
com.microsoft.azure.batch.protocol.models.TaskAddCollectionOptions
-
Packages that use TaskAddCollectionOptions 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 TaskAddCollectionOptions in com.microsoft.azure.batch.protocol
Methods in com.microsoft.azure.batch.protocol with parameters of type TaskAddCollectionOptions Modifier and Type Method 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.com.microsoft.rest.ServiceFuture<TaskAddCollectionResult>
Tasks. addCollectionAsync(String jobId, List<TaskAddParameter> value, TaskAddCollectionOptions taskAddCollectionOptions, com.microsoft.rest.ServiceCallback<TaskAddCollectionResult> serviceCallback)
Adds a collection of Tasks to the specified Job.rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<TaskAddCollectionResult,TaskAddCollectionHeaders>>
Tasks. addCollectionWithServiceResponseAsync(String jobId, List<TaskAddParameter> value, TaskAddCollectionOptions taskAddCollectionOptions)
Adds a collection of Tasks to the specified Job. -
Uses of TaskAddCollectionOptions in com.microsoft.azure.batch.protocol.implementation
Methods in com.microsoft.azure.batch.protocol.implementation with parameters of type TaskAddCollectionOptions Modifier and Type Method Description TaskAddCollectionResult
TasksImpl. addCollection(String jobId, List<TaskAddParameter> value, TaskAddCollectionOptions taskAddCollectionOptions)
Adds a collection of Tasks to the specified Job.rx.Observable<TaskAddCollectionResult>
TasksImpl. addCollectionAsync(String jobId, List<TaskAddParameter> value, TaskAddCollectionOptions taskAddCollectionOptions)
Adds a collection of Tasks to the specified Job.com.microsoft.rest.ServiceFuture<TaskAddCollectionResult>
TasksImpl. addCollectionAsync(String jobId, List<TaskAddParameter> value, TaskAddCollectionOptions taskAddCollectionOptions, com.microsoft.rest.ServiceCallback<TaskAddCollectionResult> serviceCallback)
Adds a collection of Tasks to the specified Job.rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<TaskAddCollectionResult,TaskAddCollectionHeaders>>
TasksImpl. addCollectionWithServiceResponseAsync(String jobId, List<TaskAddParameter> value, TaskAddCollectionOptions taskAddCollectionOptions)
Adds a collection of Tasks to the specified Job. -
Uses of TaskAddCollectionOptions in com.microsoft.azure.batch.protocol.models
Methods in com.microsoft.azure.batch.protocol.models that return TaskAddCollectionOptions Modifier and Type Method Description TaskAddCollectionOptions
TaskAddCollectionOptions. withClientRequestId(UUID clientRequestId)
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.TaskAddCollectionOptions
TaskAddCollectionOptions. withOcpDate(org.joda.time.DateTime ocpDate)
Set the time the request was issued.TaskAddCollectionOptions
TaskAddCollectionOptions. withReturnClientRequestId(Boolean returnClientRequestId)
Set whether the server should return the client-request-id in the response.TaskAddCollectionOptions
TaskAddCollectionOptions. withTimeout(Integer timeout)
Set the maximum time that the server can spend processing the request, in seconds.
-