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