Uses of Class
com.microsoft.azure.batch.protocol.models.TaskAddCollectionHeaders
-
Packages that use TaskAddCollectionHeaders 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 TaskAddCollectionHeaders in com.microsoft.azure.batch.protocol
Methods in com.microsoft.azure.batch.protocol that return types with arguments of type TaskAddCollectionHeaders Modifier and Type Method Description rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<TaskAddCollectionResult,TaskAddCollectionHeaders>>
Tasks. addCollectionWithServiceResponseAsync(String jobId, List<TaskAddParameter> value)
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 TaskAddCollectionHeaders in com.microsoft.azure.batch.protocol.implementation
Methods in com.microsoft.azure.batch.protocol.implementation that return types with arguments of type TaskAddCollectionHeaders Modifier and Type Method Description rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<TaskAddCollectionResult,TaskAddCollectionHeaders>>
TasksImpl. addCollectionWithServiceResponseAsync(String jobId, List<TaskAddParameter> value)
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 TaskAddCollectionHeaders in com.microsoft.azure.batch.protocol.models
Methods in com.microsoft.azure.batch.protocol.models that return TaskAddCollectionHeaders Modifier and Type Method Description TaskAddCollectionHeaders
TaskAddCollectionHeaders. withClientRequestId(String clientRequestId)
Set the client-request-id provided by the client during the request.TaskAddCollectionHeaders
TaskAddCollectionHeaders. withRequestId(String requestId)
Set a unique identifier for the request that was made to the Batch service.
-