CertificateClient.GetDeletedCertificateAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Azure SDK for .NET