Uses of Class
com.azure.compute.batch.models.CreateBatchTaskCollectionOptions
Packages that use CreateBatchTaskCollectionOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of CreateBatchTaskCollectionOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type CreateBatchTaskCollectionOptionsModifier and TypeMethodDescriptionBatchAsyncClient.createTaskCollection
(String jobId, BatchTaskGroup taskCollection, CreateBatchTaskCollectionOptions options) Adds a collection of Tasks to the specified Job.BatchClient.createTaskCollection
(String jobId, BatchTaskGroup taskCollection, CreateBatchTaskCollectionOptions options) Adds a collection of Tasks to the specified Job. -
Uses of CreateBatchTaskCollectionOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return CreateBatchTaskCollectionOptionsModifier and TypeMethodDescriptionCreateBatchTaskCollectionOptions.setTimeOutInSeconds
(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.