Uses of Class
com.azure.compute.batch.models.BatchNodeFile
Packages that use BatchNodeFile
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of BatchNodeFile in com.azure.compute.batch
Methods in com.azure.compute.batch that return types with arguments of type BatchNodeFileModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux
<BatchNodeFile> BatchAsyncClient.listNodeFiles
(String poolId, String nodeId) Lists all of the files in Task directories on the specified Compute Node.com.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) 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.com.azure.core.http.rest.PagedFlux
<BatchNodeFile> BatchAsyncClient.listTaskFiles
(String jobId, String taskId) Lists the files in a Task's directory on its Compute Node.com.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) 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 BatchNodeFile in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return BatchNodeFileModifier and TypeMethodDescriptionstatic BatchNodeFile
BatchNodeFile.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of BatchNodeFile from the JsonReader.