Uses of Class
com.azure.compute.batch.models.CreateBatchTaskOptions
Packages that use CreateBatchTaskOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of CreateBatchTaskOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type CreateBatchTaskOptionsModifier and TypeMethodDescriptionBatchAsyncClient.createTask
(String jobId, BatchTaskCreateContent task, CreateBatchTaskOptions options) Creates a Task to the specified Job.void
BatchClient.createTask
(String jobId, BatchTaskCreateContent task, CreateBatchTaskOptions options) Creates a Task to the specified Job. -
Uses of CreateBatchTaskOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return CreateBatchTaskOptionsModifier and TypeMethodDescriptionCreateBatchTaskOptions.setTimeOutInSeconds
(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.