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