Files.listFromComputeNodeNextWithServiceResponseAsync 方法
定义
重载
listFromComputeNodeNextWithServiceResponseAsync(final String nextPageLink) |
Lists all of the files in task directories on the specified compute node.
|
listFromComputeNodeNextWithServiceResponseAsync(final String nextPageLink, final FileListFromComputeNodeNextOptions fileListFromComputeNodeNextOptions) |
Lists all of the files in task directories on the specified compute node.
|
listFromComputeNodeNextWithServiceResponseAsync(final String nextPageLink)
Lists all of the files in task directories on the specified compute node.
public Observable<ServiceResponseWithHeaders<Page<NodeFile>, FileListFromComputeNodeHeaders>> listFromComputeNodeNextWithServiceResponseAsync(final String nextPageLink)
参数
- nextPageLink
- final String
The NextLink from the previous successful call to List operation.
返回
Observable<ServiceResponseWithHeaders<Page<NodeFile>, FileListFromComputeNodeHeaders>>
the observable to the PagedList<NodeFile> object
例外
IllegalArgumentException
thrown if parameters fail the validation
listFromComputeNodeNextWithServiceResponseAsync(final String nextPageLink, final FileListFromComputeNodeNextOptions fileListFromComputeNodeNextOptions)
Lists all of the files in task directories on the specified compute node.
public Observable<ServiceResponseWithHeaders<Page<NodeFile>, FileListFromComputeNodeHeaders>> listFromComputeNodeNextWithServiceResponseAsync(final String nextPageLink, final FileListFromComputeNodeNextOptions fileListFromComputeNodeNextOptions)
参数
- nextPageLink
- final String
The NextLink from the previous successful call to List operation.
- fileListFromComputeNodeNextOptions
- final FileListFromComputeNodeNextOptions
Additional parameters for the operation
返回
Observable<ServiceResponseWithHeaders<Page<NodeFile>, FileListFromComputeNodeHeaders>>
the observable to the PagedList<NodeFile> object
例外
IllegalArgumentException
thrown if parameters fail the validation