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