Compartilhar via


CertificateClient.GetDeletedCertificateAsync Método

Definição

Recupera informações sobre o especificado excluído KeyVaultCertificate. Essa operação só é aplicável em cofres habilitados para exclusão temporária e requer a permissão de obtenção/certificados.

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Security.KeyVault.Certificates.DeletedCertificate>> GetDeletedCertificateAsync (string certificateName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDeletedCertificateAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Security.KeyVault.Certificates.DeletedCertificate>>
override this.GetDeletedCertificateAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Security.KeyVault.Certificates.DeletedCertificate>>
Public Overridable Function GetDeletedCertificateAsync (certificateName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DeletedCertificate))

Parâmetros

certificateName
String

O nome do DeletedCertificate.

cancellationToken
CancellationToken

Um CancellationToken que controla o tempo de vida da solicitação.

Retornos

Os detalhes do DeletedCertificate.

Exceções

certificateName está vazio.

certificateName é nulo.

Aplica-se a