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.listFromComputeNodeNext(String nextPageLink,
FileListFromComputeNodeNextOptions fileListFromComputeNodeNextOptions)
Lists all of the files in task directories on the specified compute node.
|
rx.Observable<Page<NodeFile>> |
Files.listFromComputeNodeNextAsync(String nextPageLink,
FileListFromComputeNodeNextOptions fileListFromComputeNodeNextOptions)
Lists all of the files in task directories on the specified compute node.
|
ServiceFuture<List<NodeFile>> |
Files.listFromComputeNodeNextAsync(String nextPageLink,
FileListFromComputeNodeNextOptions fileListFromComputeNodeNextOptions,
ServiceFuture<List<NodeFile>> serviceFuture,
ListOperationCallback<NodeFile> serviceCallback)
Lists all of the files in task directories on the specified compute node.
|
rx.Observable<ServiceResponseWithHeaders<Page<NodeFile>,FileListFromComputeNodeHeaders>> |
Files.listFromComputeNodeNextWithServiceResponseAsync(String nextPageLink,
FileListFromComputeNodeNextOptions fileListFromComputeNodeNextOptions)
Lists all of the files in task directories on the specified compute node.
|
Modifier and Type | Method and Description |
---|---|
FileListFromComputeNodeNextOptions |
FileListFromComputeNodeNextOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
FileListFromComputeNodeNextOptions |
FileListFromComputeNodeNextOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
FileListFromComputeNodeNextOptions |
FileListFromComputeNodeNextOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
Copyright © 2019. All rights reserved.