Compartilhar via


CertificateClient.GetDeletedCertificate(String, CancellationToken) 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 Azure.Response<Azure.Security.KeyVault.Certificates.DeletedCertificate> GetDeletedCertificate (string certificateName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDeletedCertificate : string * System.Threading.CancellationToken -> Azure.Response<Azure.Security.KeyVault.Certificates.DeletedCertificate>
override this.GetDeletedCertificate : string * System.Threading.CancellationToken -> Azure.Response<Azure.Security.KeyVault.Certificates.DeletedCertificate>
Public Overridable Function GetDeletedCertificate (certificateName As String, Optional cancellationToken As CancellationToken = Nothing) As 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