Uses of Class
com.azure.compute.batch.models.ReplaceBatchTaskOptions
Packages that use ReplaceBatchTaskOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of ReplaceBatchTaskOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type ReplaceBatchTaskOptionsModifier and TypeMethodDescriptionBatchAsyncClient.replaceTask
(String jobId, String taskId, BatchTask task, ReplaceBatchTaskOptions options, com.azure.core.http.RequestConditions requestConditions) Updates the properties of the specified Task.void
BatchClient.replaceTask
(String jobId, String taskId, BatchTask task, ReplaceBatchTaskOptions options, com.azure.core.http.RequestConditions requestConditions) Updates the properties of the specified Task. -
Uses of ReplaceBatchTaskOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return ReplaceBatchTaskOptionsModifier and TypeMethodDescriptionReplaceBatchTaskOptions.setTimeOutInSeconds
(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.