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