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.listFromTask(String jobId,
String taskId,
Boolean recursive,
FileListFromTaskOptions fileListFromTaskOptions)
Lists the files in a task's directory on its compute node.
|
rx.Observable<Page<NodeFile>> |
Files.listFromTaskAsync(String jobId,
String taskId,
Boolean recursive,
FileListFromTaskOptions fileListFromTaskOptions)
Lists the files in a task's directory on its compute node.
|
ServiceFuture<List<NodeFile>> |
Files.listFromTaskAsync(String jobId,
String taskId,
Boolean recursive,
FileListFromTaskOptions fileListFromTaskOptions,
ListOperationCallback<NodeFile> serviceCallback)
Lists the files in a task's directory on its compute node.
|
rx.Observable<ServiceResponseWithHeaders<Page<NodeFile>,FileListFromTaskHeaders>> |
Files.listFromTaskWithServiceResponseAsync(String jobId,
String taskId,
Boolean recursive,
FileListFromTaskOptions fileListFromTaskOptions)
Lists the files in a task's directory on its compute node.
|
Modifier and Type | Method and Description |
---|---|
FileListFromTaskOptions |
FileListFromTaskOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
FileListFromTaskOptions |
FileListFromTaskOptions.withFilter(String filter)
Set the filter value.
|
FileListFromTaskOptions |
FileListFromTaskOptions.withMaxResults(Integer maxResults)
Set the maxResults value.
|
FileListFromTaskOptions |
FileListFromTaskOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
FileListFromTaskOptions |
FileListFromTaskOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
FileListFromTaskOptions |
FileListFromTaskOptions.withTimeout(Integer timeout)
Set the timeout value.
|
Copyright © 2019. All rights reserved.