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