Uses of Class
com.azure.security.keyvault.certificates.models.DeletedCertificate
Packages that use DeletedCertificate
Package
Description
Package containing classes for creating
CertificateAsyncClient and
CertificateClient to perform operations on Azure Key Vault.-
Uses of DeletedCertificate in com.azure.security.keyvault.certificates
Methods in com.azure.security.keyvault.certificates that return DeletedCertificateModifier and TypeMethodDescriptionCertificateClient.getDeletedCertificate(String certificateName) Retrieves information about the specified deleted certificate.Methods in com.azure.security.keyvault.certificates that return types with arguments of type DeletedCertificateModifier and TypeMethodDescriptioncom.azure.core.util.polling.PollerFlux<DeletedCertificate,Void> CertificateAsyncClient.beginDeleteCertificate(String certificateName) Deletes a certificate from a specified key vault.com.azure.core.util.polling.SyncPoller<DeletedCertificate,Void> CertificateClient.beginDeleteCertificate(String certificateName) Deletes a certificate from a specified key vault.CertificateAsyncClient.getDeletedCertificate(String certificateName) Retrieves information about the specified deleted certificate.Mono<com.azure.core.http.rest.Response<DeletedCertificate>>CertificateAsyncClient.getDeletedCertificateWithResponse(String certificateName) Retrieves information about the specified deleted certificate.com.azure.core.http.rest.Response<DeletedCertificate>CertificateClient.getDeletedCertificateWithResponse(String certificateName, com.azure.core.util.Context context) Retrieves information about the specified deleted certificate.com.azure.core.http.rest.PagedFlux<DeletedCertificate>CertificateAsyncClient.listDeletedCertificates()Lists thedeleted certificatesin the key vault currently available for recovery.com.azure.core.http.rest.PagedFlux<DeletedCertificate>CertificateAsyncClient.listDeletedCertificates(boolean includePending) Lists thedeleted certificatesin the key vault currently available for recovery.com.azure.core.http.rest.PagedIterable<DeletedCertificate>CertificateClient.listDeletedCertificates()Lists thedeleted certificatesin the key vault currently available for recovery.com.azure.core.http.rest.PagedIterable<DeletedCertificate>CertificateClient.listDeletedCertificates(boolean includePending, com.azure.core.util.Context context) Lists thedeleted certificatesin the key vault currently available for recovery.