Uses of Class
com.microsoft.azure.batch.protocol.models.TaskAddCollectionResult
-
Packages that use TaskAddCollectionResult 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 TaskAddCollectionResult in com.microsoft.azure.batch.protocol
Methods in com.microsoft.azure.batch.protocol that return TaskAddCollectionResult Modifier and Type Method Description TaskAddCollectionResult
Tasks. addCollection(String jobId, List<TaskAddParameter> value)
Adds a collection of Tasks to the specified Job.TaskAddCollectionResult
Tasks. addCollection(String jobId, List<TaskAddParameter> value, TaskAddCollectionOptions taskAddCollectionOptions)
Adds a collection of Tasks to the specified Job.Methods in com.microsoft.azure.batch.protocol that return types with arguments of type TaskAddCollectionResult Modifier and Type Method Description rx.Observable<TaskAddCollectionResult>
Tasks. addCollectionAsync(String jobId, List<TaskAddParameter> value)
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.com.microsoft.rest.ServiceFuture<TaskAddCollectionResult>
Tasks. addCollectionAsync(String jobId, List<TaskAddParameter> value, 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)
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.Method parameters in com.microsoft.azure.batch.protocol with type arguments of type TaskAddCollectionResult Modifier and Type Method Description 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.com.microsoft.rest.ServiceFuture<TaskAddCollectionResult>
Tasks. addCollectionAsync(String jobId, List<TaskAddParameter> value, com.microsoft.rest.ServiceCallback<TaskAddCollectionResult> serviceCallback)
Adds a collection of Tasks to the specified Job. -
Uses of TaskAddCollectionResult in com.microsoft.azure.batch.protocol.implementation
Methods in com.microsoft.azure.batch.protocol.implementation that return TaskAddCollectionResult Modifier and Type Method Description TaskAddCollectionResult
TasksImpl. addCollection(String jobId, List<TaskAddParameter> value)
Adds a collection of Tasks to the specified Job.TaskAddCollectionResult
TasksImpl. addCollection(String jobId, List<TaskAddParameter> value, TaskAddCollectionOptions taskAddCollectionOptions)
Adds a collection of Tasks to the specified Job.Methods in com.microsoft.azure.batch.protocol.implementation that return types with arguments of type TaskAddCollectionResult Modifier and Type Method Description rx.Observable<TaskAddCollectionResult>
TasksImpl. addCollectionAsync(String jobId, List<TaskAddParameter> value)
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.com.microsoft.rest.ServiceFuture<TaskAddCollectionResult>
TasksImpl. addCollectionAsync(String jobId, List<TaskAddParameter> value, 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)
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.Method parameters in com.microsoft.azure.batch.protocol.implementation with type arguments of type TaskAddCollectionResult Modifier and Type Method Description 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.com.microsoft.rest.ServiceFuture<TaskAddCollectionResult>
TasksImpl. addCollectionAsync(String jobId, List<TaskAddParameter> value, com.microsoft.rest.ServiceCallback<TaskAddCollectionResult> serviceCallback)
Adds a collection of Tasks to the specified Job. -
Uses of TaskAddCollectionResult in com.microsoft.azure.batch.protocol.models
Methods in com.microsoft.azure.batch.protocol.models that return TaskAddCollectionResult Modifier and Type Method Description TaskAddCollectionResult
TaskAddCollectionResult. withValue(List<TaskAddResult> value)
Set the value value.
-