Certificates.listNextWithServiceResponseAsync 方法
定义
重载
listNextWithServiceResponseAsync(final String nextPageLink) |
Lists all of the certificates that have been added to the specified account.
|
listNextWithServiceResponseAsync(final String nextPageLink, final CertificateListNextOptions certificateListNextOptions) |
Lists all of the certificates that have been added to the specified account.
|
listNextWithServiceResponseAsync(final String nextPageLink)
Lists all of the certificates that have been added to the specified account.
public Observable<ServiceResponseWithHeaders<Page<Certificate>, CertificateListHeaders>> listNextWithServiceResponseAsync(final String nextPageLink)
参数
- nextPageLink
- final String
The NextLink from the previous successful call to List operation.
返回
Observable<ServiceResponseWithHeaders<Page<Certificate>, CertificateListHeaders>>
the observable to the PagedList<Certificate> object
例外
IllegalArgumentException
thrown if parameters fail the validation
listNextWithServiceResponseAsync(final String nextPageLink, final CertificateListNextOptions certificateListNextOptions)
Lists all of the certificates that have been added to the specified account.
public Observable<ServiceResponseWithHeaders<Page<Certificate>, CertificateListHeaders>> listNextWithServiceResponseAsync(final String nextPageLink, final CertificateListNextOptions certificateListNextOptions)
参数
- nextPageLink
- final String
The NextLink from the previous successful call to List operation.
- certificateListNextOptions
- final CertificateListNextOptions
Additional parameters for the operation
返回
Observable<ServiceResponseWithHeaders<Page<Certificate>, CertificateListHeaders>>
the observable to the PagedList<Certificate> object
例外
IllegalArgumentException
thrown if parameters fail the validation