Package | Description |
---|---|
com.microsoft.azure.batch.protocol |
This package contains the classes for BatchServiceClient.
|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
Modifier and Type | Method and Description |
---|---|
PagedList<NodeFile> |
Files.listFromComputeNode(String poolId,
String nodeId,
Boolean recursive,
FileListFromComputeNodeOptions fileListFromComputeNodeOptions)
Lists all of the files in task directories on the specified compute node.
|
rx.Observable<Page<NodeFile>> |
Files.listFromComputeNodeAsync(String poolId,
String nodeId,
Boolean recursive,
FileListFromComputeNodeOptions fileListFromComputeNodeOptions)
Lists all of the files in task directories on the specified compute node.
|
ServiceFuture<List<NodeFile>> |
Files.listFromComputeNodeAsync(String poolId,
String nodeId,
Boolean recursive,
FileListFromComputeNodeOptions fileListFromComputeNodeOptions,
ListOperationCallback<NodeFile> serviceCallback)
Lists all of the files in task directories on the specified compute node.
|
rx.Observable<ServiceResponseWithHeaders<Page<NodeFile>,FileListFromComputeNodeHeaders>> |
Files.listFromComputeNodeWithServiceResponseAsync(String poolId,
String nodeId,
Boolean recursive,
FileListFromComputeNodeOptions fileListFromComputeNodeOptions)
Lists all of the files in task directories on the specified compute node.
|
Modifier and Type | Method and Description |
---|---|
FileListFromComputeNodeOptions |
FileListFromComputeNodeOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
FileListFromComputeNodeOptions |
FileListFromComputeNodeOptions.withFilter(String filter)
Set the filter value.
|
FileListFromComputeNodeOptions |
FileListFromComputeNodeOptions.withMaxResults(Integer maxResults)
Set the maxResults value.
|
FileListFromComputeNodeOptions |
FileListFromComputeNodeOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
FileListFromComputeNodeOptions |
FileListFromComputeNodeOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
FileListFromComputeNodeOptions |
FileListFromComputeNodeOptions.withTimeout(Integer timeout)
Set the timeout value.
|
Copyright © 2019. All rights reserved.