Uses of Class
com.azure.security.keyvault.certificates.models.DeletedCertificate
Packages that use DeletedCertificate
Package
Description
Package containing the data models for Certificates clients.
-
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 certificates
in the key vault currently available for recovery.com.azure.core.http.rest.PagedFlux
<DeletedCertificate> CertificateAsyncClient.listDeletedCertificates
(boolean includePending) Lists thedeleted certificates
in the key vault currently available for recovery.com.azure.core.http.rest.PagedIterable
<DeletedCertificate> CertificateClient.listDeletedCertificates()
Lists thedeleted certificates
in 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 certificates
in the key vault currently available for recovery. -
Uses of DeletedCertificate in com.azure.security.keyvault.certificates.models
Methods in com.azure.security.keyvault.certificates.models that return DeletedCertificateModifier and TypeMethodDescriptionstatic DeletedCertificate
DeletedCertificate.fromJson
(com.azure.json.JsonReader jsonReader) Reads a JSON stream into aDeletedCertificate
.