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 |
---|---|
rx.Observable<ServiceResponseWithHeaders<Page<NodeFile>,FileListFromComputeNodeHeaders>> |
Files.listFromComputeNodeNextWithServiceResponseAsync(String nextPageLink)
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.
|
rx.Observable<ServiceResponseWithHeaders<Page<NodeFile>,FileListFromComputeNodeHeaders>> |
Files.listFromComputeNodeWithServiceResponseAsync(String poolId,
String nodeId)
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 |
---|---|
FileListFromComputeNodeHeaders |
FileListFromComputeNodeHeaders.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
FileListFromComputeNodeHeaders |
FileListFromComputeNodeHeaders.withETag(String eTag)
Set the eTag value.
|
FileListFromComputeNodeHeaders |
FileListFromComputeNodeHeaders.withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value.
|
FileListFromComputeNodeHeaders |
FileListFromComputeNodeHeaders.withRequestId(UUID requestId)
Set the requestId value.
|
Copyright © 2019. All rights reserved.