Uses of Class
com.azure.compute.batch.models.BatchClientParallelOptions
Packages that use BatchClientParallelOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of BatchClientParallelOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type BatchClientParallelOptionsModifier and TypeMethodDescriptionBatchAsyncClient.createTasks
(String jobId, List<BatchTaskCreateContent> taskList, BatchClientParallelOptions batchClientParallelOptions) Creates a collection of Tasks to the specified Job.void
BatchClient.createTasks
(String jobId, List<BatchTaskCreateContent> taskList, BatchClientParallelOptions batchClientParallelOptions) Creates a collection of Tasks to the specified Job. -
Uses of BatchClientParallelOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return BatchClientParallelOptionsModifier and TypeMethodDescriptionBatchClientParallelOptions.setMaxDegreeOfParallelism
(Integer maxDegreeOfParallelism) Sets the maximum number of concurrent tasks enabled by thisBatchClientParallelOptions
instance.