ComputeNodes.listNextWithServiceResponseAsync 方法
定义
重载
listNextWithServiceResponseAsync(final String nextPageLink) |
Lists the compute nodes in the specified pool.
|
listNextWithServiceResponseAsync(final String nextPageLink, final ComputeNodeListNextOptions computeNodeListNextOptions) |
Lists the compute nodes in the specified pool.
|
listNextWithServiceResponseAsync(final String nextPageLink)
Lists the compute nodes in the specified pool.
public Observable<ServiceResponseWithHeaders<Page<ComputeNode>, ComputeNodeListHeaders>> listNextWithServiceResponseAsync(final String nextPageLink)
参数
- nextPageLink
- final String
The NextLink from the previous successful call to List operation.
返回
Observable<ServiceResponseWithHeaders<Page<ComputeNode>, ComputeNodeListHeaders>>
the observable to the PagedList<ComputeNode> object
例外
IllegalArgumentException
thrown if parameters fail the validation
listNextWithServiceResponseAsync(final String nextPageLink, final ComputeNodeListNextOptions computeNodeListNextOptions)
Lists the compute nodes in the specified pool.
public Observable<ServiceResponseWithHeaders<Page<ComputeNode>, ComputeNodeListHeaders>> listNextWithServiceResponseAsync(final String nextPageLink, final ComputeNodeListNextOptions computeNodeListNextOptions)
参数
- nextPageLink
- final String
The NextLink from the previous successful call to List operation.
- computeNodeListNextOptions
- final ComputeNodeListNextOptions
Additional parameters for the operation
返回
Observable<ServiceResponseWithHeaders<Page<ComputeNode>, ComputeNodeListHeaders>>
the observable to the PagedList<ComputeNode> object
例外
IllegalArgumentException
thrown if parameters fail the validation