Compartilhar via


CertificateClient.GetDeletedCertificates(Boolean, CancellationToken) 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.Pageable<Azure.Security.KeyVault.Certificates.DeletedCertificate> GetDeletedCertificates (bool includePending = false, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDeletedCertificates : bool * System.Threading.CancellationToken -> Azure.Pageable<Azure.Security.KeyVault.Certificates.DeletedCertificate>
override this.GetDeletedCertificates : bool * System.Threading.CancellationToken -> Azure.Pageable<Azure.Security.KeyVault.Certificates.DeletedCertificate>
Public Overridable Function GetDeletedCertificates (Optional includePending As Boolean = false, Optional cancellationToken As CancellationToken = Nothing) As Pageable(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