CertificateClient.PurgeDeletedCertificateAsync 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.
Exclui permanente e irreversivelmente o certificado excluído especificado, sem a possibilidade de recuperação. Essa operação só é aplicável em cofres habilitados para exclusão temporária e requer a permissão de certificados/limpeza. A operação não estará disponível se DeletedCertificate.RecoveryLevel do DeletedCertificate não especificar 'Purgeable'.
public virtual System.Threading.Tasks.Task<Azure.Response> PurgeDeletedCertificateAsync (string certificateName, System.Threading.CancellationToken cancellationToken = default);
abstract member PurgeDeletedCertificateAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.PurgeDeletedCertificateAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function PurgeDeletedCertificateAsync (certificateName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)
Parâmetros
- certificateName
- String
O nome do DeletedCertificate a ser excluído permanentemente.
- cancellationToken
- CancellationToken
Um CancellationToken que controla o tempo de vida da solicitação.
Retornos
A resposta HTTP do serviço.
Exceções
certificateName
está vazio.
certificateName
é nulo.
Aplica-se a
Azure SDK for .NET