Compartilhar via


CertificateClient.GetDeletedCertificatesAsync Método

Definição

Enumera os certificados excluídos no cofre. Essa operação só está disponível em cofres habilitados para exclusão reversível e requer as permissões certificates/list/get.

public virtual Azure.AsyncPageable<Azure.Security.KeyVault.Certificates.DeletedCertificate> GetDeletedCertificatesAsync (bool includePending = false, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDeletedCertificatesAsync : bool * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.Security.KeyVault.Certificates.DeletedCertificate>
override this.GetDeletedCertificatesAsync : bool * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.Security.KeyVault.Certificates.DeletedCertificate>
Public Overridable Function GetDeletedCertificatesAsync (Optional includePending As Boolean = false, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DeletedCertificate)

Parâmetros

includePending
Boolean

Especifica se os certificados devem ser incluídos em um estado pendente de exclusão também.

cancellationToken
CancellationToken

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

Retornos

Uma coleção enumerável de certificados excluídos.

Aplica-se a