Certificates Interface
public interface Certificates
An instance of this class provides access to all the operations defined in Certificates.
Method Summary
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. |
Observable<Void> |
addAsync(CertificateAddParameter certificate)
Adds a certificate to the specified account. |
Observable<Void> |
addAsync(CertificateAddParameter certificate, CertificateAddOptions certificateAddOptions)
Adds a certificate to the specified account. |
ServiceFuture<Void> |
addAsync(CertificateAddParameter certificate, CertificateAddOptions certificateAddOptions, final ServiceCallback<Void> serviceCallback)
Adds a certificate to the specified account. |
ServiceFuture<Void> |
addAsync(CertificateAddParameter certificate, final ServiceCallback<Void> serviceCallback)
Adds a certificate to the specified account. |
Observable<ServiceResponseWithHeaders<Void, Certificate |
addWithServiceResponseAsync(CertificateAddParameter certificate)
Adds a certificate to the specified account. |
Observable<ServiceResponseWithHeaders<Void, Certificate |
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. If you try to delete a certificate that is being used by a pool or compute node, the status of the certificate changes to deleteFailed. If you decide that you want to continue using the certificate, you can use this operation to set the status of the certificate back to active. If you intend to delete the certificate, you do not need to run this operation after the deletion failed. You must make sure that the certificate is not being used by any resources, and then you can try again to delete the certificate. |
void |
cancelDeletion(String thumbprintAlgorithm, String thumbprint, CertificateCancelDeletionOptions certificateCancelDeletionOptions)
Cancels a failed deletion of a certificate from the specified account. If you try to delete a certificate that is being used by a pool or compute node, the status of the certificate changes to deleteFailed. If you decide that you want to continue using the certificate, you can use this operation to set the status of the certificate back to active. If you intend to delete the certificate, you do not need to run this operation after the deletion failed. You must make sure that the certificate is not being used by any resources, and then you can try again to delete the certificate. |
Observable<Void> |
cancelDeletionAsync(String thumbprintAlgorithm, String thumbprint)
Cancels a failed deletion of a certificate from the specified account. If you try to delete a certificate that is being used by a pool or compute node, the status of the certificate changes to deleteFailed. If you decide that you want to continue using the certificate, you can use this operation to set the status of the certificate back to active. If you intend to delete the certificate, you do not need to run this operation after the deletion failed. You must make sure that the certificate is not being used by any resources, and then you can try again to delete the certificate. |
Observable<Void> |
cancelDeletionAsync(String thumbprintAlgorithm, String thumbprint, CertificateCancelDeletionOptions certificateCancelDeletionOptions)
Cancels a failed deletion of a certificate from the specified account. If you try to delete a certificate that is being used by a pool or compute node, the status of the certificate changes to deleteFailed. If you decide that you want to continue using the certificate, you can use this operation to set the status of the certificate back to active. If you intend to delete the certificate, you do not need to run this operation after the deletion failed. You must make sure that the certificate is not being used by any resources, and then you can try again to delete the certificate. |
ServiceFuture<Void> |
cancelDeletionAsync(String thumbprintAlgorithm, String thumbprint, CertificateCancelDeletionOptions certificateCancelDeletionOptions, final ServiceCallback<Void> serviceCallback)
Cancels a failed deletion of a certificate from the specified account. If you try to delete a certificate that is being used by a pool or compute node, the status of the certificate changes to deleteFailed. If you decide that you want to continue using the certificate, you can use this operation to set the status of the certificate back to active. If you intend to delete the certificate, you do not need to run this operation after the deletion failed. You must make sure that the certificate is not being used by any resources, and then you can try again to delete the certificate. |
ServiceFuture<Void> |
cancelDeletionAsync(String thumbprintAlgorithm, String thumbprint, final ServiceCallback<Void> serviceCallback)
Cancels a failed deletion of a certificate from the specified account. If you try to delete a certificate that is being used by a pool or compute node, the status of the certificate changes to deleteFailed. If you decide that you want to continue using the certificate, you can use this operation to set the status of the certificate back to active. If you intend to delete the certificate, you do not need to run this operation after the deletion failed. You must make sure that the certificate is not being used by any resources, and then you can try again to delete the certificate. |
Observable<ServiceResponseWithHeaders<Void, Certificate |
cancelDeletionWithServiceResponseAsync(String thumbprintAlgorithm, String thumbprint)
Cancels a failed deletion of a certificate from the specified account. If you try to delete a certificate that is being used by a pool or compute node, the status of the certificate changes to deleteFailed. If you decide that you want to continue using the certificate, you can use this operation to set the status of the certificate back to active. If you intend to delete the certificate, you do not need to run this operation after the deletion failed. You must make sure that the certificate is not being used by any resources, and then you can try again to delete the certificate. |
Observable<ServiceResponseWithHeaders<Void, Certificate |
cancelDeletionWithServiceResponseAsync(String thumbprintAlgorithm, String thumbprint, CertificateCancelDeletionOptions certificateCancelDeletionOptions)
Cancels a failed deletion of a certificate from the specified account. If you try to delete a certificate that is being used by a pool or compute node, the status of the certificate changes to deleteFailed. If you decide that you want to continue using the certificate, you can use this operation to set the status of the certificate back to active. If you intend to delete the certificate, you do not need to run this operation after the deletion failed. You must make sure that the certificate is not being used by any resources, and then you can try again to delete the certificate. |
void |
delete(String thumbprintAlgorithm, String thumbprint)
Deletes a certificate from the specified account. You cannot delete a certificate if a resource (pool or compute node) is using it. Before you can delete a certificate, you must therefore make sure that the certificate is not associated with any existing pools, the certificate is not installed on any compute nodes (even if you remove a certificate from a pool, it is not removed from existing compute nodes in that pool until they restart), and no running tasks depend on the certificate. If you try to delete a certificate that is in use, the deletion fails. The certificate status changes to deleteFailed. You can use Cancel Delete Certificate to set the status back to active if you decide that you want to continue using the certificate. |
void |
delete(String thumbprintAlgorithm, String thumbprint, CertificateDeleteOptions certificateDeleteOptions)
Deletes a certificate from the specified account. You cannot delete a certificate if a resource (pool or compute node) is using it. Before you can delete a certificate, you must therefore make sure that the certificate is not associated with any existing pools, the certificate is not installed on any compute nodes (even if you remove a certificate from a pool, it is not removed from existing compute nodes in that pool until they restart), and no running tasks depend on the certificate. If you try to delete a certificate that is in use, the deletion fails. The certificate status changes to deleteFailed. You can use Cancel Delete Certificate to set the status back to active if you decide that you want to continue using the certificate. |
Observable<Void> |
deleteAsync(String thumbprintAlgorithm, String thumbprint)
Deletes a certificate from the specified account. You cannot delete a certificate if a resource (pool or compute node) is using it. Before you can delete a certificate, you must therefore make sure that the certificate is not associated with any existing pools, the certificate is not installed on any compute nodes (even if you remove a certificate from a pool, it is not removed from existing compute nodes in that pool until they restart), and no running tasks depend on the certificate. If you try to delete a certificate that is in use, the deletion fails. The certificate status changes to deleteFailed. You can use Cancel Delete Certificate to set the status back to active if you decide that you want to continue using the certificate. |
Observable<Void> |
deleteAsync(String thumbprintAlgorithm, String thumbprint, CertificateDeleteOptions certificateDeleteOptions)
Deletes a certificate from the specified account. You cannot delete a certificate if a resource (pool or compute node) is using it. Before you can delete a certificate, you must therefore make sure that the certificate is not associated with any existing pools, the certificate is not installed on any compute nodes (even if you remove a certificate from a pool, it is not removed from existing compute nodes in that pool until they restart), and no running tasks depend on the certificate. If you try to delete a certificate that is in use, the deletion fails. The certificate status changes to deleteFailed. You can use Cancel Delete Certificate to set the status back to active if you decide that you want to continue using the certificate. |
ServiceFuture<Void> |
deleteAsync(String thumbprintAlgorithm, String thumbprint, CertificateDeleteOptions certificateDeleteOptions, final ServiceCallback<Void> serviceCallback)
Deletes a certificate from the specified account. You cannot delete a certificate if a resource (pool or compute node) is using it. Before you can delete a certificate, you must therefore make sure that the certificate is not associated with any existing pools, the certificate is not installed on any compute nodes (even if you remove a certificate from a pool, it is not removed from existing compute nodes in that pool until they restart), and no running tasks depend on the certificate. If you try to delete a certificate that is in use, the deletion fails. The certificate status changes to deleteFailed. You can use Cancel Delete Certificate to set the status back to active if you decide that you want to continue using the certificate. |
ServiceFuture<Void> |
deleteAsync(String thumbprintAlgorithm, String thumbprint, final ServiceCallback<Void> serviceCallback)
Deletes a certificate from the specified account. You cannot delete a certificate if a resource (pool or compute node) is using it. Before you can delete a certificate, you must therefore make sure that the certificate is not associated with any existing pools, the certificate is not installed on any compute nodes (even if you remove a certificate from a pool, it is not removed from existing compute nodes in that pool until they restart), and no running tasks depend on the certificate. If you try to delete a certificate that is in use, the deletion fails. The certificate status changes to deleteFailed. You can use Cancel Delete Certificate to set the status back to active if you decide that you want to continue using the certificate. |
Observable<ServiceResponseWithHeaders<Void, Certificate |
deleteWithServiceResponseAsync(String thumbprintAlgorithm, String thumbprint)
Deletes a certificate from the specified account. You cannot delete a certificate if a resource (pool or compute node) is using it. Before you can delete a certificate, you must therefore make sure that the certificate is not associated with any existing pools, the certificate is not installed on any compute nodes (even if you remove a certificate from a pool, it is not removed from existing compute nodes in that pool until they restart), and no running tasks depend on the certificate. If you try to delete a certificate that is in use, the deletion fails. The certificate status changes to deleteFailed. You can use Cancel Delete Certificate to set the status back to active if you decide that you want to continue using the certificate. |
Observable<ServiceResponseWithHeaders<Void, Certificate |
deleteWithServiceResponseAsync(String thumbprintAlgorithm, String thumbprint, CertificateDeleteOptions certificateDeleteOptions)
Deletes a certificate from the specified account. You cannot delete a certificate if a resource (pool or compute node) is using it. Before you can delete a certificate, you must therefore make sure that the certificate is not associated with any existing pools, the certificate is not installed on any compute nodes (even if you remove a certificate from a pool, it is not removed from existing compute nodes in that pool until they restart), and no running tasks depend on the certificate. If you try to delete a certificate that is in use, the deletion fails. The certificate status changes to deleteFailed. You can use Cancel Delete Certificate to set the status back to active if you decide that you want to continue using the certificate. |
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. |
Observable<Certificate> |
getAsync(String thumbprintAlgorithm, String thumbprint)
Gets information about the specified certificate. |
Observable<Certificate> |
getAsync(String thumbprintAlgorithm, String thumbprint, CertificateGetOptions certificateGetOptions)
Gets information about the specified certificate. |
ServiceFuture<Certificate> |
getAsync(String thumbprintAlgorithm, String thumbprint, CertificateGetOptions certificateGetOptions, final ServiceCallback<Certificate> serviceCallback)
Gets information about the specified certificate. |
ServiceFuture<Certificate> |
getAsync(String thumbprintAlgorithm, String thumbprint, final ServiceCallback<Certificate> serviceCallback)
Gets information about the specified certificate. |
Observable<ServiceResponseWithHeaders<Certificate, Certificate |
getWithServiceResponseAsync(String thumbprintAlgorithm, String thumbprint)
Gets information about the specified certificate. |
Observable<ServiceResponseWithHeaders<Certificate, Certificate |
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(final CertificateListOptions certificateListOptions)
Lists all of the certificates that have been added to the specified account. |
Observable<Page<Certificate>> |
listAsync()
Lists all of the certificates that have been added to the specified account. |
Observable<Page<Certificate>> |
listAsync(final CertificateListOptions certificateListOptions)
Lists all of the certificates that have been added to the specified account. |
ServiceFuture<List<Certificate>> |
listAsync(final CertificateListOptions certificateListOptions, final ListOperationCallback<Certificate> serviceCallback)
Lists all of the certificates that have been added to the specified account. |
ServiceFuture<List<Certificate>> |
listAsync(final ListOperationCallback<Certificate> serviceCallback)
Lists all of the certificates that have been added to the specified account. |
PagedList<Certificate> |
listNext(final String nextPageLink)
Lists all of the certificates that have been added to the specified account. |
PagedList<Certificate> |
listNext(final String nextPageLink, final CertificateListNextOptions certificateListNextOptions)
Lists all of the certificates that have been added to the specified account. |
Observable<Page<Certificate>> |
listNextAsync(final String nextPageLink)
Lists all of the certificates that have been added to the specified account. |
Observable<Page<Certificate>> |
listNextAsync(final String nextPageLink, final CertificateListNextOptions certificateListNextOptions)
Lists all of the certificates that have been added to the specified account. |
ServiceFuture<List<Certificate>> |
listNextAsync(final String nextPageLink, final CertificateListNextOptions certificateListNextOptions, final ServiceFuture<List<Certificate>> serviceFuture, final ListOperationCallback<Certificate> serviceCallback)
Lists all of the certificates that have been added to the specified account. |
ServiceFuture<List<Certificate>> |
listNextAsync(final String nextPageLink, final ServiceFuture<List<Certificate>> serviceFuture, final ListOperationCallback<Certificate> serviceCallback)
Lists all of the certificates that have been added to the specified account. |
Observable<ServiceResponseWithHeaders<Page<Certificate>, Certificate |
listNextWithServiceResponseAsync(final String nextPageLink)
Lists all of the certificates that have been added to the specified account. |
Observable<ServiceResponseWithHeaders<Page<Certificate>, Certificate |
listNextWithServiceResponseAsync(final String nextPageLink, final CertificateListNextOptions certificateListNextOptions)
Lists all of the certificates that have been added to the specified account. |
Observable<ServiceResponseWithHeaders<Page<Certificate>, Certificate |
listWithServiceResponseAsync()
Lists all of the certificates that have been added to the specified account. |
Observable<ServiceResponseWithHeaders<Page<Certificate>, Certificate |
listWithServiceResponseAsync(final CertificateListOptions certificateListOptions)
Lists all of the certificates that have been added to the specified account. |
Method Details
add
public void add(CertificateAddParameter certificate)
Adds a certificate to the specified account.
Parameters:
Throws:
add
public void add(CertificateAddParameter certificate, CertificateAddOptions certificateAddOptions)
Adds a certificate to the specified account.
Parameters:
Throws:
addAsync
public Observable
Adds a certificate to the specified account.
Parameters:
Returns:
Throws:
addAsync
public Observable
Adds a certificate to the specified account.
Parameters:
Returns:
Throws:
addAsync
public ServiceFuture
Adds a certificate to the specified account.
Parameters:
Returns:
Throws:
addAsync
public ServiceFuture
Adds a certificate to the specified account.
Parameters:
Returns:
Throws:
addWithServiceResponseAsync
public Observable
Adds a certificate to the specified account.
Parameters:
Returns:
Throws:
addWithServiceResponseAsync
public Observable
Adds a certificate to the specified account.
Parameters:
Returns:
Throws:
cancelDeletion
public void cancelDeletion(String thumbprintAlgorithm, String thumbprint)
Cancels a failed deletion of a certificate from the specified account. If you try to delete a certificate that is being used by a pool or compute node, the status of the certificate changes to deleteFailed. If you decide that you want to continue using the certificate, you can use this operation to set the status of the certificate back to active. If you intend to delete the certificate, you do not need to run this operation after the deletion failed. You must make sure that the certificate is not being used by any resources, and then you can try again to delete the certificate.
Parameters:
Throws:
cancelDeletion
public void cancelDeletion(String thumbprintAlgorithm, String thumbprint, CertificateCancelDeletionOptions certificateCancelDeletionOptions)
Cancels a failed deletion of a certificate from the specified account. If you try to delete a certificate that is being used by a pool or compute node, the status of the certificate changes to deleteFailed. If you decide that you want to continue using the certificate, you can use this operation to set the status of the certificate back to active. If you intend to delete the certificate, you do not need to run this operation after the deletion failed. You must make sure that the certificate is not being used by any resources, and then you can try again to delete the certificate.
Parameters:
Throws:
cancelDeletionAsync
public Observable
Cancels a failed deletion of a certificate from the specified account. If you try to delete a certificate that is being used by a pool or compute node, the status of the certificate changes to deleteFailed. If you decide that you want to continue using the certificate, you can use this operation to set the status of the certificate back to active. If you intend to delete the certificate, you do not need to run this operation after the deletion failed. You must make sure that the certificate is not being used by any resources, and then you can try again to delete the certificate.
Parameters:
Returns:
Throws:
cancelDeletionAsync
public Observable
Cancels a failed deletion of a certificate from the specified account. If you try to delete a certificate that is being used by a pool or compute node, the status of the certificate changes to deleteFailed. If you decide that you want to continue using the certificate, you can use this operation to set the status of the certificate back to active. If you intend to delete the certificate, you do not need to run this operation after the deletion failed. You must make sure that the certificate is not being used by any resources, and then you can try again to delete the certificate.
Parameters:
Returns:
Throws:
cancelDeletionAsync
public ServiceFuture
Cancels a failed deletion of a certificate from the specified account. If you try to delete a certificate that is being used by a pool or compute node, the status of the certificate changes to deleteFailed. If you decide that you want to continue using the certificate, you can use this operation to set the status of the certificate back to active. If you intend to delete the certificate, you do not need to run this operation after the deletion failed. You must make sure that the certificate is not being used by any resources, and then you can try again to delete the certificate.
Parameters:
Returns:
Throws:
cancelDeletionAsync
public ServiceFuture
Cancels a failed deletion of a certificate from the specified account. If you try to delete a certificate that is being used by a pool or compute node, the status of the certificate changes to deleteFailed. If you decide that you want to continue using the certificate, you can use this operation to set the status of the certificate back to active. If you intend to delete the certificate, you do not need to run this operation after the deletion failed. You must make sure that the certificate is not being used by any resources, and then you can try again to delete the certificate.
Parameters:
Returns:
Throws:
cancelDeletionWithServiceResponseAsync
public Observable
Cancels a failed deletion of a certificate from the specified account. If you try to delete a certificate that is being used by a pool or compute node, the status of the certificate changes to deleteFailed. If you decide that you want to continue using the certificate, you can use this operation to set the status of the certificate back to active. If you intend to delete the certificate, you do not need to run this operation after the deletion failed. You must make sure that the certificate is not being used by any resources, and then you can try again to delete the certificate.
Parameters:
Returns:
Throws:
cancelDeletionWithServiceResponseAsync
public Observable
Cancels a failed deletion of a certificate from the specified account. If you try to delete a certificate that is being used by a pool or compute node, the status of the certificate changes to deleteFailed. If you decide that you want to continue using the certificate, you can use this operation to set the status of the certificate back to active. If you intend to delete the certificate, you do not need to run this operation after the deletion failed. You must make sure that the certificate is not being used by any resources, and then you can try again to delete the certificate.
Parameters:
Returns:
Throws:
delete
public void delete(String thumbprintAlgorithm, String thumbprint)
Deletes a certificate from the specified account. You cannot delete a certificate if a resource (pool or compute node) is using it. Before you can delete a certificate, you must therefore make sure that the certificate is not associated with any existing pools, the certificate is not installed on any compute nodes (even if you remove a certificate from a pool, it is not removed from existing compute nodes in that pool until they restart), and no running tasks depend on the certificate. If you try to delete a certificate that is in use, the deletion fails. The certificate status changes to deleteFailed. You can use Cancel Delete Certificate to set the status back to active if you decide that you want to continue using the certificate.
Parameters:
Throws:
delete
public void delete(String thumbprintAlgorithm, String thumbprint, CertificateDeleteOptions certificateDeleteOptions)
Deletes a certificate from the specified account. You cannot delete a certificate if a resource (pool or compute node) is using it. Before you can delete a certificate, you must therefore make sure that the certificate is not associated with any existing pools, the certificate is not installed on any compute nodes (even if you remove a certificate from a pool, it is not removed from existing compute nodes in that pool until they restart), and no running tasks depend on the certificate. If you try to delete a certificate that is in use, the deletion fails. The certificate status changes to deleteFailed. You can use Cancel Delete Certificate to set the status back to active if you decide that you want to continue using the certificate.
Parameters:
Throws:
deleteAsync
public Observable
Deletes a certificate from the specified account. You cannot delete a certificate if a resource (pool or compute node) is using it. Before you can delete a certificate, you must therefore make sure that the certificate is not associated with any existing pools, the certificate is not installed on any compute nodes (even if you remove a certificate from a pool, it is not removed from existing compute nodes in that pool until they restart), and no running tasks depend on the certificate. If you try to delete a certificate that is in use, the deletion fails. The certificate status changes to deleteFailed. You can use Cancel Delete Certificate to set the status back to active if you decide that you want to continue using the certificate.
Parameters:
Returns:
Throws:
deleteAsync
public Observable
Deletes a certificate from the specified account. You cannot delete a certificate if a resource (pool or compute node) is using it. Before you can delete a certificate, you must therefore make sure that the certificate is not associated with any existing pools, the certificate is not installed on any compute nodes (even if you remove a certificate from a pool, it is not removed from existing compute nodes in that pool until they restart), and no running tasks depend on the certificate. If you try to delete a certificate that is in use, the deletion fails. The certificate status changes to deleteFailed. You can use Cancel Delete Certificate to set the status back to active if you decide that you want to continue using the certificate.
Parameters:
Returns:
Throws:
deleteAsync
public ServiceFuture
Deletes a certificate from the specified account. You cannot delete a certificate if a resource (pool or compute node) is using it. Before you can delete a certificate, you must therefore make sure that the certificate is not associated with any existing pools, the certificate is not installed on any compute nodes (even if you remove a certificate from a pool, it is not removed from existing compute nodes in that pool until they restart), and no running tasks depend on the certificate. If you try to delete a certificate that is in use, the deletion fails. The certificate status changes to deleteFailed. You can use Cancel Delete Certificate to set the status back to active if you decide that you want to continue using the certificate.
Parameters:
Returns:
Throws:
deleteAsync
public ServiceFuture
Deletes a certificate from the specified account. You cannot delete a certificate if a resource (pool or compute node) is using it. Before you can delete a certificate, you must therefore make sure that the certificate is not associated with any existing pools, the certificate is not installed on any compute nodes (even if you remove a certificate from a pool, it is not removed from existing compute nodes in that pool until they restart), and no running tasks depend on the certificate. If you try to delete a certificate that is in use, the deletion fails. The certificate status changes to deleteFailed. You can use Cancel Delete Certificate to set the status back to active if you decide that you want to continue using the certificate.
Parameters:
Returns:
Throws:
deleteWithServiceResponseAsync
public Observable
Deletes a certificate from the specified account. You cannot delete a certificate if a resource (pool or compute node) is using it. Before you can delete a certificate, you must therefore make sure that the certificate is not associated with any existing pools, the certificate is not installed on any compute nodes (even if you remove a certificate from a pool, it is not removed from existing compute nodes in that pool until they restart), and no running tasks depend on the certificate. If you try to delete a certificate that is in use, the deletion fails. The certificate status changes to deleteFailed. You can use Cancel Delete Certificate to set the status back to active if you decide that you want to continue using the certificate.
Parameters:
Returns:
Throws:
deleteWithServiceResponseAsync
public Observable
Deletes a certificate from the specified account. You cannot delete a certificate if a resource (pool or compute node) is using it. Before you can delete a certificate, you must therefore make sure that the certificate is not associated with any existing pools, the certificate is not installed on any compute nodes (even if you remove a certificate from a pool, it is not removed from existing compute nodes in that pool until they restart), and no running tasks depend on the certificate. If you try to delete a certificate that is in use, the deletion fails. The certificate status changes to deleteFailed. You can use Cancel Delete Certificate to set the status back to active if you decide that you want to continue using the certificate.
Parameters:
Returns:
Throws:
get
public Certificate get(String thumbprintAlgorithm, String thumbprint)
Gets information about the specified certificate.
Parameters:
Returns:
Throws:
get
public Certificate get(String thumbprintAlgorithm, String thumbprint, CertificateGetOptions certificateGetOptions)
Gets information about the specified certificate.
Parameters:
Returns:
Throws:
getAsync
public Observable
Gets information about the specified certificate.
Parameters:
Returns:
Throws:
getAsync
public Observable
Gets information about the specified certificate.
Parameters:
Returns:
Throws:
getAsync
public ServiceFuture
Gets information about the specified certificate.
Parameters:
Returns:
Throws:
getAsync
public ServiceFuture
Gets information about the specified certificate.
Parameters:
Returns:
Throws:
getWithServiceResponseAsync
public Observable
Gets information about the specified certificate.
Parameters:
Returns:
Throws:
getWithServiceResponseAsync
public Observable
Gets information about the specified certificate.
Parameters:
Returns:
Throws:
list
public PagedList
Lists all of the certificates that have been added to the specified account.
Returns:
Throws:
list
public PagedList
Lists all of the certificates that have been added to the specified account.
Parameters:
Returns:
Throws:
listAsync
public Observable
Lists all of the certificates that have been added to the specified account.
Returns:
Throws:
listAsync
public Observable
Lists all of the certificates that have been added to the specified account.
Parameters:
Returns:
Throws:
listAsync
public ServiceFuture> listAsync(final CertificateListOptions certificateListOptions, final ListOperationCallback
Lists all of the certificates that have been added to the specified account.
Parameters:
Returns:
Throws:
listAsync
public ServiceFuture> listAsync(final ListOperationCallback
Lists all of the certificates that have been added to the specified account.
Parameters:
Returns:
Throws:
listNext
public PagedList
Lists all of the certificates that have been added to the specified account.
Parameters:
Returns:
Throws:
listNext
public PagedList
Lists all of the certificates that have been added to the specified account.
Parameters:
Returns:
Throws:
listNextAsync
public Observable
Lists all of the certificates that have been added to the specified account.
Parameters:
Returns:
Throws:
listNextAsync
public Observable
Lists all of the certificates that have been added to the specified account.
Parameters:
Returns:
Throws:
listNextAsync
public ServiceFuture> listNextAsync(final String nextPageLink, final CertificateListNextOptions certificateListNextOptions, final ServiceFuture
> serviceFuture, final ListOperationCallback
Lists all of the certificates that have been added to the specified account.
Parameters:
Returns:
Throws:
listNextAsync
public ServiceFuture> listNextAsync(final String nextPageLink, final ServiceFuture
> serviceFuture, final ListOperationCallback
Lists all of the certificates that have been added to the specified account.
Parameters:
Returns:
Throws:
listNextWithServiceResponseAsync
public Observable
Lists all of the certificates that have been added to the specified account.
Parameters:
Returns:
Throws:
listNextWithServiceResponseAsync
public Observable
Lists all of the certificates that have been added to the specified account.
Parameters:
Returns:
Throws:
listWithServiceResponseAsync
public Observable
Lists all of the certificates that have been added to the specified account.
Returns:
Throws:
listWithServiceResponseAsync
public Observable
Lists all of the certificates that have been added to the specified account.
Parameters:
Returns:
Throws:
Applies to
Azure SDK for Java