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