Uses of Class
com.azure.compute.batch.models.ListBatchTaskFilesOptions
Packages that use ListBatchTaskFilesOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of ListBatchTaskFilesOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type ListBatchTaskFilesOptionsModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux
<BatchNodeFile> BatchAsyncClient.listTaskFiles
(String jobId, String taskId, ListBatchTaskFilesOptions options) Lists the files in a Task's directory on its Compute Node.com.azure.core.http.rest.PagedIterable
<BatchNodeFile> BatchClient.listTaskFiles
(String jobId, String taskId, ListBatchTaskFilesOptions options) Lists the files in a Task's directory on its Compute Node. -
Uses of ListBatchTaskFilesOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return ListBatchTaskFilesOptionsModifier and TypeMethodDescriptionSet the filter property: An OData $filter clause.ListBatchTaskFilesOptions.setMaxPageSize
(Integer maxPageSize) Set the maxPageSize property: The maximum number of items to return in the response.ListBatchTaskFilesOptions.setRecursive
(Boolean recursive) Set the recursive property: Whether to list children of the Task directory.ListBatchTaskFilesOptions.setTimeOutInSeconds
(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.