Uses of Class
com.azure.compute.batch.models.ReactivateBatchTaskOptions
Packages that use ReactivateBatchTaskOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of ReactivateBatchTaskOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type ReactivateBatchTaskOptionsModifier and TypeMethodDescriptionBatchAsyncClient.reactivateTask
(String jobId, String taskId, ReactivateBatchTaskOptions options, com.azure.core.http.RequestConditions requestConditions) Reactivates a Task, allowing it to run again even if its retry count has been exhausted.void
BatchClient.reactivateTask
(String jobId, String taskId, ReactivateBatchTaskOptions options, com.azure.core.http.RequestConditions requestConditions) Reactivates a Task, allowing it to run again even if its retry count has been exhausted. -
Uses of ReactivateBatchTaskOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return ReactivateBatchTaskOptionsModifier and TypeMethodDescriptionReactivateBatchTaskOptions.setTimeOutInSeconds
(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.