public interface Certificates
| Modifier and Type | Method and Description | 
|---|---|
void | 
add(CertificateAddParameter certificate)
Adds a certificate to the specified account. 
 | 
void | 
add(CertificateAddParameter certificate,
   CertificateAddOptions certificateAddOptions)
Adds a certificate to the specified account. 
 | 
rx.Observable<Void> | 
addAsync(CertificateAddParameter certificate)
Adds a certificate to the specified account. 
 | 
rx.Observable<Void> | 
addAsync(CertificateAddParameter certificate,
        CertificateAddOptions certificateAddOptions)
Adds a certificate to the specified account. 
 | 
ServiceFuture<Void> | 
addAsync(CertificateAddParameter certificate,
        CertificateAddOptions certificateAddOptions,
        ServiceCallback<Void> serviceCallback)
Adds a certificate to the specified account. 
 | 
ServiceFuture<Void> | 
addAsync(CertificateAddParameter certificate,
        ServiceCallback<Void> serviceCallback)
Adds a certificate to the specified account. 
 | 
rx.Observable<ServiceResponseWithHeaders<Void,CertificateAddHeaders>> | 
addWithServiceResponseAsync(CertificateAddParameter certificate)
Adds a certificate to the specified account. 
 | 
rx.Observable<ServiceResponseWithHeaders<Void,CertificateAddHeaders>> | 
addWithServiceResponseAsync(CertificateAddParameter certificate,
                           CertificateAddOptions certificateAddOptions)
Adds a certificate to the specified account. 
 | 
void | 
cancelDeletion(String thumbprintAlgorithm,
              String thumbprint)
Cancels a failed deletion of a certificate from the specified account. 
 | 
void | 
cancelDeletion(String thumbprintAlgorithm,
              String thumbprint,
              CertificateCancelDeletionOptions certificateCancelDeletionOptions)
Cancels a failed deletion of a certificate from the specified account. 
 | 
rx.Observable<Void> | 
cancelDeletionAsync(String thumbprintAlgorithm,
                   String thumbprint)
Cancels a failed deletion of a certificate from the specified account. 
 | 
rx.Observable<Void> | 
cancelDeletionAsync(String thumbprintAlgorithm,
                   String thumbprint,
                   CertificateCancelDeletionOptions certificateCancelDeletionOptions)
Cancels a failed deletion of a certificate from the specified account. 
 | 
ServiceFuture<Void> | 
cancelDeletionAsync(String thumbprintAlgorithm,
                   String thumbprint,
                   CertificateCancelDeletionOptions certificateCancelDeletionOptions,
                   ServiceCallback<Void> serviceCallback)
Cancels a failed deletion of a certificate from the specified account. 
 | 
ServiceFuture<Void> | 
cancelDeletionAsync(String thumbprintAlgorithm,
                   String thumbprint,
                   ServiceCallback<Void> serviceCallback)
Cancels a failed deletion of a certificate from the specified account. 
 | 
rx.Observable<ServiceResponseWithHeaders<Void,CertificateCancelDeletionHeaders>> | 
cancelDeletionWithServiceResponseAsync(String thumbprintAlgorithm,
                                      String thumbprint)
Cancels a failed deletion of a certificate from the specified account. 
 | 
rx.Observable<ServiceResponseWithHeaders<Void,CertificateCancelDeletionHeaders>> | 
cancelDeletionWithServiceResponseAsync(String thumbprintAlgorithm,
                                      String thumbprint,
                                      CertificateCancelDeletionOptions certificateCancelDeletionOptions)
Cancels a failed deletion of a certificate from the specified account. 
 | 
void | 
delete(String thumbprintAlgorithm,
      String thumbprint)
Deletes a certificate from the specified account. 
 | 
void | 
delete(String thumbprintAlgorithm,
      String thumbprint,
      CertificateDeleteOptions certificateDeleteOptions)
Deletes a certificate from the specified account. 
 | 
rx.Observable<Void> | 
deleteAsync(String thumbprintAlgorithm,
           String thumbprint)
Deletes a certificate from the specified account. 
 | 
rx.Observable<Void> | 
deleteAsync(String thumbprintAlgorithm,
           String thumbprint,
           CertificateDeleteOptions certificateDeleteOptions)
Deletes a certificate from the specified account. 
 | 
ServiceFuture<Void> | 
deleteAsync(String thumbprintAlgorithm,
           String thumbprint,
           CertificateDeleteOptions certificateDeleteOptions,
           ServiceCallback<Void> serviceCallback)
Deletes a certificate from the specified account. 
 | 
ServiceFuture<Void> | 
deleteAsync(String thumbprintAlgorithm,
           String thumbprint,
           ServiceCallback<Void> serviceCallback)
Deletes a certificate from the specified account. 
 | 
rx.Observable<ServiceResponseWithHeaders<Void,CertificateDeleteHeaders>> | 
deleteWithServiceResponseAsync(String thumbprintAlgorithm,
                              String thumbprint)
Deletes a certificate from the specified account. 
 | 
rx.Observable<ServiceResponseWithHeaders<Void,CertificateDeleteHeaders>> | 
deleteWithServiceResponseAsync(String thumbprintAlgorithm,
                              String thumbprint,
                              CertificateDeleteOptions certificateDeleteOptions)
Deletes a certificate from the specified account. 
 | 
Certificate | 
get(String thumbprintAlgorithm,
   String thumbprint)
Gets information about the specified certificate. 
 | 
Certificate | 
get(String thumbprintAlgorithm,
   String thumbprint,
   CertificateGetOptions certificateGetOptions)
Gets information about the specified certificate. 
 | 
rx.Observable<Certificate> | 
getAsync(String thumbprintAlgorithm,
        String thumbprint)
Gets information about the specified certificate. 
 | 
rx.Observable<Certificate> | 
getAsync(String thumbprintAlgorithm,
        String thumbprint,
        CertificateGetOptions certificateGetOptions)
Gets information about the specified certificate. 
 | 
ServiceFuture<Certificate> | 
getAsync(String thumbprintAlgorithm,
        String thumbprint,
        CertificateGetOptions certificateGetOptions,
        ServiceCallback<Certificate> serviceCallback)
Gets information about the specified certificate. 
 | 
ServiceFuture<Certificate> | 
getAsync(String thumbprintAlgorithm,
        String thumbprint,
        ServiceCallback<Certificate> serviceCallback)
Gets information about the specified certificate. 
 | 
rx.Observable<ServiceResponseWithHeaders<Certificate,CertificateGetHeaders>> | 
getWithServiceResponseAsync(String thumbprintAlgorithm,
                           String thumbprint)
Gets information about the specified certificate. 
 | 
rx.Observable<ServiceResponseWithHeaders<Certificate,CertificateGetHeaders>> | 
getWithServiceResponseAsync(String thumbprintAlgorithm,
                           String thumbprint,
                           CertificateGetOptions certificateGetOptions)
Gets information about the specified certificate. 
 | 
PagedList<Certificate> | 
list()
Lists all of the certificates that have been added to the specified account. 
 | 
PagedList<Certificate> | 
list(CertificateListOptions certificateListOptions)
Lists all of the certificates that have been added to the specified account. 
 | 
rx.Observable<Page<Certificate>> | 
listAsync()
Lists all of the certificates that have been added to the specified account. 
 | 
rx.Observable<Page<Certificate>> | 
listAsync(CertificateListOptions certificateListOptions)
Lists all of the certificates that have been added to the specified account. 
 | 
ServiceFuture<List<Certificate>> | 
listAsync(CertificateListOptions certificateListOptions,
         ListOperationCallback<Certificate> serviceCallback)
Lists all of the certificates that have been added to the specified account. 
 | 
ServiceFuture<List<Certificate>> | 
listAsync(ListOperationCallback<Certificate> serviceCallback)
Lists all of the certificates that have been added to the specified account. 
 | 
PagedList<Certificate> | 
listNext(String nextPageLink)
Lists all of the certificates that have been added to the specified account. 
 | 
PagedList<Certificate> | 
listNext(String nextPageLink,
        CertificateListNextOptions certificateListNextOptions)
Lists all of the certificates that have been added to the specified account. 
 | 
rx.Observable<Page<Certificate>> | 
listNextAsync(String nextPageLink)
Lists all of the certificates that have been added to the specified account. 
 | 
rx.Observable<Page<Certificate>> | 
listNextAsync(String nextPageLink,
             CertificateListNextOptions certificateListNextOptions)
Lists all of the certificates that have been added to the specified account. 
 | 
ServiceFuture<List<Certificate>> | 
listNextAsync(String nextPageLink,
             CertificateListNextOptions certificateListNextOptions,
             ServiceFuture<List<Certificate>> serviceFuture,
             ListOperationCallback<Certificate> serviceCallback)
Lists all of the certificates that have been added to the specified account. 
 | 
ServiceFuture<List<Certificate>> | 
listNextAsync(String nextPageLink,
             ServiceFuture<List<Certificate>> serviceFuture,
             ListOperationCallback<Certificate> serviceCallback)
Lists all of the certificates that have been added to the specified account. 
 | 
rx.Observable<ServiceResponseWithHeaders<Page<Certificate>,CertificateListHeaders>> | 
listNextWithServiceResponseAsync(String nextPageLink)
Lists all of the certificates that have been added to the specified account. 
 | 
rx.Observable<ServiceResponseWithHeaders<Page<Certificate>,CertificateListHeaders>> | 
listNextWithServiceResponseAsync(String nextPageLink,
                                CertificateListNextOptions certificateListNextOptions)
Lists all of the certificates that have been added to the specified account. 
 | 
rx.Observable<ServiceResponseWithHeaders<Page<Certificate>,CertificateListHeaders>> | 
listWithServiceResponseAsync()
Lists all of the certificates that have been added to the specified account. 
 | 
rx.Observable<ServiceResponseWithHeaders<Page<Certificate>,CertificateListHeaders>> | 
listWithServiceResponseAsync(CertificateListOptions certificateListOptions)
Lists all of the certificates that have been added to the specified account. 
 | 
void add(CertificateAddParameter certificate)
certificate - The certificate to be added.IllegalArgumentException - thrown if parameters fail the validationBatchErrorException - thrown if the request is rejected by serverRuntimeException - all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> addAsync(CertificateAddParameter certificate, ServiceCallback<Void> serviceCallback)
certificate - The certificate to be added.serviceCallback - the async ServiceCallback to handle successful and failed responses.ServiceFuture objectIllegalArgumentException - thrown if parameters fail the validationrx.Observable<Void> addAsync(CertificateAddParameter certificate)
certificate - The certificate to be added.ServiceResponseWithHeaders object if successful.IllegalArgumentException - thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Void,CertificateAddHeaders>> addWithServiceResponseAsync(CertificateAddParameter certificate)
certificate - The certificate to be added.ServiceResponseWithHeaders object if successful.IllegalArgumentException - thrown if parameters fail the validationvoid add(CertificateAddParameter certificate, CertificateAddOptions certificateAddOptions)
certificate - The certificate to be added.certificateAddOptions - Additional parameters for the operationIllegalArgumentException - thrown if parameters fail the validationBatchErrorException - thrown if the request is rejected by serverRuntimeException - all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> addAsync(CertificateAddParameter certificate, CertificateAddOptions certificateAddOptions, ServiceCallback<Void> serviceCallback)
certificate - The certificate to be added.certificateAddOptions - Additional parameters for the operationserviceCallback - the async ServiceCallback to handle successful and failed responses.ServiceFuture objectIllegalArgumentException - thrown if parameters fail the validationrx.Observable<Void> addAsync(CertificateAddParameter certificate, CertificateAddOptions certificateAddOptions)
certificate - The certificate to be added.certificateAddOptions - Additional parameters for the operationServiceResponseWithHeaders object if successful.IllegalArgumentException - thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Void,CertificateAddHeaders>> addWithServiceResponseAsync(CertificateAddParameter certificate, CertificateAddOptions certificateAddOptions)
certificate - The certificate to be added.certificateAddOptions - Additional parameters for the operationServiceResponseWithHeaders object if successful.IllegalArgumentException - thrown if parameters fail the validationPagedList<Certificate> list()
IllegalArgumentException - thrown if parameters fail the validationBatchErrorException - thrown if the request is rejected by serverRuntimeException - all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<Certificate>> listAsync(ListOperationCallback<Certificate> serviceCallback)
serviceCallback - the async ServiceCallback to handle successful and failed responses.ServiceFuture objectIllegalArgumentException - thrown if parameters fail the validationrx.Observable<Page<Certificate>> listAsync()
IllegalArgumentException - thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Page<Certificate>,CertificateListHeaders>> listWithServiceResponseAsync()
IllegalArgumentException - thrown if parameters fail the validationPagedList<Certificate> list(CertificateListOptions certificateListOptions)
certificateListOptions - Additional parameters for the operationIllegalArgumentException - thrown if parameters fail the validationBatchErrorException - thrown if the request is rejected by serverRuntimeException - all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<Certificate>> listAsync(CertificateListOptions certificateListOptions, ListOperationCallback<Certificate> serviceCallback)
certificateListOptions - Additional parameters for the operationserviceCallback - the async ServiceCallback to handle successful and failed responses.ServiceFuture objectIllegalArgumentException - thrown if parameters fail the validationrx.Observable<Page<Certificate>> listAsync(CertificateListOptions certificateListOptions)
certificateListOptions - Additional parameters for the operationIllegalArgumentException - thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Page<Certificate>,CertificateListHeaders>> listWithServiceResponseAsync(CertificateListOptions certificateListOptions)
certificateListOptions - Additional parameters for the operationIllegalArgumentException - thrown if parameters fail the validationvoid cancelDeletion(String thumbprintAlgorithm, String thumbprint)
thumbprintAlgorithm - The algorithm used to derive the thumbprint parameter. This must be sha1.thumbprint - The thumbprint of the certificate being deleted.IllegalArgumentException - thrown if parameters fail the validationBatchErrorException - thrown if the request is rejected by serverRuntimeException - all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> cancelDeletionAsync(String thumbprintAlgorithm, String thumbprint, ServiceCallback<Void> serviceCallback)
thumbprintAlgorithm - The algorithm used to derive the thumbprint parameter. This must be sha1.thumbprint - The thumbprint of the certificate being deleted.serviceCallback - the async ServiceCallback to handle successful and failed responses.ServiceFuture objectIllegalArgumentException - thrown if parameters fail the validationrx.Observable<Void> cancelDeletionAsync(String thumbprintAlgorithm, String thumbprint)
thumbprintAlgorithm - The algorithm used to derive the thumbprint parameter. This must be sha1.thumbprint - The thumbprint of the certificate being deleted.ServiceResponseWithHeaders object if successful.IllegalArgumentException - thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Void,CertificateCancelDeletionHeaders>> cancelDeletionWithServiceResponseAsync(String thumbprintAlgorithm, String thumbprint)
thumbprintAlgorithm - The algorithm used to derive the thumbprint parameter. This must be sha1.thumbprint - The thumbprint of the certificate being deleted.ServiceResponseWithHeaders object if successful.IllegalArgumentException - thrown if parameters fail the validationvoid cancelDeletion(String thumbprintAlgorithm, String thumbprint, CertificateCancelDeletionOptions certificateCancelDeletionOptions)
thumbprintAlgorithm - The algorithm used to derive the thumbprint parameter. This must be sha1.thumbprint - The thumbprint of the certificate being deleted.certificateCancelDeletionOptions - Additional parameters for the operationIllegalArgumentException - thrown if parameters fail the validationBatchErrorException - thrown if the request is rejected by serverRuntimeException - all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> cancelDeletionAsync(String thumbprintAlgorithm, String thumbprint, CertificateCancelDeletionOptions certificateCancelDeletionOptions, ServiceCallback<Void> serviceCallback)
thumbprintAlgorithm - The algorithm used to derive the thumbprint parameter. This must be sha1.thumbprint - The thumbprint of the certificate being deleted.certificateCancelDeletionOptions - Additional parameters for the operationserviceCallback - the async ServiceCallback to handle successful and failed responses.ServiceFuture objectIllegalArgumentException - thrown if parameters fail the validationrx.Observable<Void> cancelDeletionAsync(String thumbprintAlgorithm, String thumbprint, CertificateCancelDeletionOptions certificateCancelDeletionOptions)
thumbprintAlgorithm - The algorithm used to derive the thumbprint parameter. This must be sha1.thumbprint - The thumbprint of the certificate being deleted.certificateCancelDeletionOptions - Additional parameters for the operationServiceResponseWithHeaders object if successful.IllegalArgumentException - thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Void,CertificateCancelDeletionHeaders>> cancelDeletionWithServiceResponseAsync(String thumbprintAlgorithm, String thumbprint, CertificateCancelDeletionOptions certificateCancelDeletionOptions)
thumbprintAlgorithm - The algorithm used to derive the thumbprint parameter. This must be sha1.thumbprint - The thumbprint of the certificate being deleted.certificateCancelDeletionOptions - Additional parameters for the operationServiceResponseWithHeaders object if successful.IllegalArgumentException - thrown if parameters fail the validationvoid delete(String thumbprintAlgorithm, String thumbprint)
thumbprintAlgorithm - The algorithm used to derive the thumbprint parameter. This must be sha1.thumbprint - The thumbprint of the certificate to be deleted.IllegalArgumentException - thrown if parameters fail the validationBatchErrorException - thrown if the request is rejected by serverRuntimeException - all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> deleteAsync(String thumbprintAlgorithm, String thumbprint, ServiceCallback<Void> serviceCallback)
thumbprintAlgorithm - The algorithm used to derive the thumbprint parameter. This must be sha1.thumbprint - The thumbprint of the certificate to be deleted.serviceCallback - the async ServiceCallback to handle successful and failed responses.ServiceFuture objectIllegalArgumentException - thrown if parameters fail the validationrx.Observable<Void> deleteAsync(String thumbprintAlgorithm, String thumbprint)
thumbprintAlgorithm - The algorithm used to derive the thumbprint parameter. This must be sha1.thumbprint - The thumbprint of the certificate to be deleted.ServiceResponseWithHeaders object if successful.IllegalArgumentException - thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Void,CertificateDeleteHeaders>> deleteWithServiceResponseAsync(String thumbprintAlgorithm, String thumbprint)
thumbprintAlgorithm - The algorithm used to derive the thumbprint parameter. This must be sha1.thumbprint - The thumbprint of the certificate to be deleted.ServiceResponseWithHeaders object if successful.IllegalArgumentException - thrown if parameters fail the validationvoid delete(String thumbprintAlgorithm, String thumbprint, CertificateDeleteOptions certificateDeleteOptions)
thumbprintAlgorithm - The algorithm used to derive the thumbprint parameter. This must be sha1.thumbprint - The thumbprint of the certificate to be deleted.certificateDeleteOptions - Additional parameters for the operationIllegalArgumentException - thrown if parameters fail the validationBatchErrorException - thrown if the request is rejected by serverRuntimeException - all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> deleteAsync(String thumbprintAlgorithm, String thumbprint, CertificateDeleteOptions certificateDeleteOptions, ServiceCallback<Void> serviceCallback)
thumbprintAlgorithm - The algorithm used to derive the thumbprint parameter. This must be sha1.thumbprint - The thumbprint of the certificate to be deleted.certificateDeleteOptions - Additional parameters for the operationserviceCallback - the async ServiceCallback to handle successful and failed responses.ServiceFuture objectIllegalArgumentException - thrown if parameters fail the validationrx.Observable<Void> deleteAsync(String thumbprintAlgorithm, String thumbprint, CertificateDeleteOptions certificateDeleteOptions)
thumbprintAlgorithm - The algorithm used to derive the thumbprint parameter. This must be sha1.thumbprint - The thumbprint of the certificate to be deleted.certificateDeleteOptions - Additional parameters for the operationServiceResponseWithHeaders object if successful.IllegalArgumentException - thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Void,CertificateDeleteHeaders>> deleteWithServiceResponseAsync(String thumbprintAlgorithm, String thumbprint, CertificateDeleteOptions certificateDeleteOptions)
thumbprintAlgorithm - The algorithm used to derive the thumbprint parameter. This must be sha1.thumbprint - The thumbprint of the certificate to be deleted.certificateDeleteOptions - Additional parameters for the operationServiceResponseWithHeaders object if successful.IllegalArgumentException - thrown if parameters fail the validationCertificate get(String thumbprintAlgorithm, String thumbprint)
thumbprintAlgorithm - The algorithm used to derive the thumbprint parameter. This must be sha1.thumbprint - The thumbprint of the certificate to get.IllegalArgumentException - thrown if parameters fail the validationBatchErrorException - thrown if the request is rejected by serverRuntimeException - all other wrapped checked exceptions if the request fails to be sentServiceFuture<Certificate> getAsync(String thumbprintAlgorithm, String thumbprint, ServiceCallback<Certificate> serviceCallback)
thumbprintAlgorithm - The algorithm used to derive the thumbprint parameter. This must be sha1.thumbprint - The thumbprint of the certificate to get.serviceCallback - the async ServiceCallback to handle successful and failed responses.ServiceFuture objectIllegalArgumentException - thrown if parameters fail the validationrx.Observable<Certificate> getAsync(String thumbprintAlgorithm, String thumbprint)
thumbprintAlgorithm - The algorithm used to derive the thumbprint parameter. This must be sha1.thumbprint - The thumbprint of the certificate to get.IllegalArgumentException - thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Certificate,CertificateGetHeaders>> getWithServiceResponseAsync(String thumbprintAlgorithm, String thumbprint)
thumbprintAlgorithm - The algorithm used to derive the thumbprint parameter. This must be sha1.thumbprint - The thumbprint of the certificate to get.IllegalArgumentException - thrown if parameters fail the validationCertificate get(String thumbprintAlgorithm, String thumbprint, CertificateGetOptions certificateGetOptions)
thumbprintAlgorithm - The algorithm used to derive the thumbprint parameter. This must be sha1.thumbprint - The thumbprint of the certificate to get.certificateGetOptions - Additional parameters for the operationIllegalArgumentException - thrown if parameters fail the validationBatchErrorException - thrown if the request is rejected by serverRuntimeException - all other wrapped checked exceptions if the request fails to be sentServiceFuture<Certificate> getAsync(String thumbprintAlgorithm, String thumbprint, CertificateGetOptions certificateGetOptions, ServiceCallback<Certificate> serviceCallback)
thumbprintAlgorithm - The algorithm used to derive the thumbprint parameter. This must be sha1.thumbprint - The thumbprint of the certificate to get.certificateGetOptions - Additional parameters for the operationserviceCallback - the async ServiceCallback to handle successful and failed responses.ServiceFuture objectIllegalArgumentException - thrown if parameters fail the validationrx.Observable<Certificate> getAsync(String thumbprintAlgorithm, String thumbprint, CertificateGetOptions certificateGetOptions)
thumbprintAlgorithm - The algorithm used to derive the thumbprint parameter. This must be sha1.thumbprint - The thumbprint of the certificate to get.certificateGetOptions - Additional parameters for the operationIllegalArgumentException - thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Certificate,CertificateGetHeaders>> getWithServiceResponseAsync(String thumbprintAlgorithm, String thumbprint, CertificateGetOptions certificateGetOptions)
thumbprintAlgorithm - The algorithm used to derive the thumbprint parameter. This must be sha1.thumbprint - The thumbprint of the certificate to get.certificateGetOptions - Additional parameters for the operationIllegalArgumentException - thrown if parameters fail the validationPagedList<Certificate> listNext(String nextPageLink)
nextPageLink - The NextLink from the previous successful call to List operation.IllegalArgumentException - thrown if parameters fail the validationBatchErrorException - thrown if the request is rejected by serverRuntimeException - all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<Certificate>> listNextAsync(String nextPageLink, ServiceFuture<List<Certificate>> serviceFuture, ListOperationCallback<Certificate> serviceCallback)
nextPageLink - The NextLink from the previous successful call to List operation.serviceFuture - the ServiceFuture object tracking the Retrofit callsserviceCallback - the async ServiceCallback to handle successful and failed responses.ServiceFuture objectIllegalArgumentException - thrown if parameters fail the validationrx.Observable<Page<Certificate>> listNextAsync(String nextPageLink)
nextPageLink - The NextLink from the previous successful call to List operation.IllegalArgumentException - thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Page<Certificate>,CertificateListHeaders>> listNextWithServiceResponseAsync(String nextPageLink)
nextPageLink - The NextLink from the previous successful call to List operation.IllegalArgumentException - thrown if parameters fail the validationPagedList<Certificate> listNext(String nextPageLink, CertificateListNextOptions certificateListNextOptions)
nextPageLink - The NextLink from the previous successful call to List operation.certificateListNextOptions - Additional parameters for the operationIllegalArgumentException - thrown if parameters fail the validationBatchErrorException - thrown if the request is rejected by serverRuntimeException - all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<Certificate>> listNextAsync(String nextPageLink, CertificateListNextOptions certificateListNextOptions, ServiceFuture<List<Certificate>> serviceFuture, ListOperationCallback<Certificate> serviceCallback)
nextPageLink - The NextLink from the previous successful call to List operation.certificateListNextOptions - Additional parameters for the operationserviceFuture - the ServiceFuture object tracking the Retrofit callsserviceCallback - the async ServiceCallback to handle successful and failed responses.ServiceFuture objectIllegalArgumentException - thrown if parameters fail the validationrx.Observable<Page<Certificate>> listNextAsync(String nextPageLink, CertificateListNextOptions certificateListNextOptions)
nextPageLink - The NextLink from the previous successful call to List operation.certificateListNextOptions - Additional parameters for the operationIllegalArgumentException - thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Page<Certificate>,CertificateListHeaders>> listNextWithServiceResponseAsync(String nextPageLink, CertificateListNextOptions certificateListNextOptions)
nextPageLink - The NextLink from the previous successful call to List operation.certificateListNextOptions - Additional parameters for the operationIllegalArgumentException - thrown if parameters fail the validationCopyright © 2019. All rights reserved.