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.listFromTaskNext(String nextPageLink,
FileListFromTaskNextOptions fileListFromTaskNextOptions)
Lists the files in a task's directory on its compute node.
|
rx.Observable<Page<NodeFile>> |
Files.listFromTaskNextAsync(String nextPageLink,
FileListFromTaskNextOptions fileListFromTaskNextOptions)
Lists the files in a task's directory on its compute node.
|
ServiceFuture<List<NodeFile>> |
Files.listFromTaskNextAsync(String nextPageLink,
FileListFromTaskNextOptions fileListFromTaskNextOptions,
ServiceFuture<List<NodeFile>> serviceFuture,
ListOperationCallback<NodeFile> serviceCallback)
Lists the files in a task's directory on its compute node.
|
rx.Observable<ServiceResponseWithHeaders<Page<NodeFile>,FileListFromTaskHeaders>> |
Files.listFromTaskNextWithServiceResponseAsync(String nextPageLink,
FileListFromTaskNextOptions fileListFromTaskNextOptions)
Lists the files in a task's directory on its compute node.
|
Modifier and Type | Method and Description |
---|---|
FileListFromTaskNextOptions |
FileListFromTaskNextOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
FileListFromTaskNextOptions |
FileListFromTaskNextOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
FileListFromTaskNextOptions |
FileListFromTaskNextOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
Copyright © 2019. All rights reserved.