ComputeNodes.listNextAsync 方法
定义
重载
listNextAsync(final String nextPageLink) |
Lists the compute nodes in the specified pool.
|
listNextAsync(final String nextPageLink, final ComputeNodeListNextOptions computeNodeListNextOptions) |
Lists the compute nodes in the specified pool.
|
listNextAsync(final String nextPageLink, final ComputeNodeListNextOptions computeNodeListNextOptions, final ServiceFuture<List<ComputeNode>> serviceFuture, final ListOperationCallback<ComputeNode> serviceCallback) |
Lists the compute nodes in the specified pool.
|
listNextAsync(final String nextPageLink, final ServiceFuture<List<ComputeNode>> serviceFuture, final ListOperationCallback<ComputeNode> serviceCallback) |
Lists the compute nodes in the specified pool.
|
listNextAsync(final String nextPageLink)
Lists the compute nodes in the specified pool.
public Observable<Page<ComputeNode>> listNextAsync(final String nextPageLink)
参数
- nextPageLink
- final String
The NextLink from the previous successful call to List operation.
返回
the observable to the PagedList<ComputeNode> object
例外
thrown if parameters fail the validation
listNextAsync(final String nextPageLink, final ComputeNodeListNextOptions computeNodeListNextOptions)
Lists the compute nodes in the specified pool.
public Observable<Page<ComputeNode>> listNextAsync(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
返回
the observable to the PagedList<ComputeNode> object
例外
thrown if parameters fail the validation
listNextAsync(final String nextPageLink, final ComputeNodeListNextOptions computeNodeListNextOptions, final ServiceFuture<List<ComputeNode>> serviceFuture, final ListOperationCallback<ComputeNode> serviceCallback)
Lists the compute nodes in the specified pool.
public ServiceFuture<List<ComputeNode>> listNextAsync(final String nextPageLink, final ComputeNodeListNextOptions computeNodeListNextOptions, final ServiceFuture<List<ComputeNode>> serviceFuture, final ListOperationCallback<ComputeNode> serviceCallback)
参数
- nextPageLink
- final String
The NextLink from the previous successful call to List operation.
- computeNodeListNextOptions
- final ComputeNodeListNextOptions
Additional parameters for the operation
- serviceFuture
- final ServiceFuture<List<ComputeNode>>
the ServiceFuture object tracking the Retrofit calls
- serviceCallback
- final ListOperationCallback<ComputeNode>
the async ServiceCallback to handle successful and failed responses.
返回
the ServiceFuture object
例外
thrown if parameters fail the validation
listNextAsync(final String nextPageLink, final ServiceFuture<List<ComputeNode>> serviceFuture, final ListOperationCallback<ComputeNode> serviceCallback)
Lists the compute nodes in the specified pool.
public ServiceFuture<List<ComputeNode>> listNextAsync(final String nextPageLink, final ServiceFuture<List<ComputeNode>> serviceFuture, final ListOperationCallback<ComputeNode> serviceCallback)
参数
- nextPageLink
- final String
The NextLink from the previous successful call to List operation.
- serviceFuture
- final ServiceFuture<List<ComputeNode>>
the ServiceFuture object tracking the Retrofit calls
- serviceCallback
- final ListOperationCallback<ComputeNode>
the async ServiceCallback to handle successful and failed responses.
返回
the ServiceFuture object
例外
thrown if parameters fail the validation