Uses of Class
com.azure.compute.batch.models.DeleteBatchTaskFileOptions
Packages that use DeleteBatchTaskFileOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of DeleteBatchTaskFileOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type DeleteBatchTaskFileOptionsModifier and TypeMethodDescriptionBatchAsyncClient.deleteTaskFile
(String jobId, String taskId, String filePath, DeleteBatchTaskFileOptions options) Deletes the specified Task file from the Compute Node where the Task ran.void
BatchClient.deleteTaskFile
(String jobId, String taskId, String filePath, DeleteBatchTaskFileOptions options) Deletes the specified Task file from the Compute Node where the Task ran. -
Uses of DeleteBatchTaskFileOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return DeleteBatchTaskFileOptionsModifier and TypeMethodDescriptionDeleteBatchTaskFileOptions.setRecursive
(Boolean recursive) Set the recursive property: Whether to delete children of a directory.DeleteBatchTaskFileOptions.setTimeOutInSeconds
(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.