Freigeben über


CertificateClient.GetDeletedCertificateAsync Methode

Definition

Ruft Informationen zum angegebenen gelöschten KeyVaultCertificateab. Dieser Vorgang gilt nur in Tresoren, die für vorläufiges Löschen aktiviert sind, und erfordert die Zertifikate/Abrufen der Berechtigung.

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))

Parameter

certificateName
String

Der Name von DeletedCertificate.

cancellationToken
CancellationToken

Ein CancellationToken , der die Anforderungsdauer steuert.

Gibt zurück

Die Details von DeletedCertificate.

Ausnahmen

certificateName ist leer.

certificateName ist NULL.

Gilt für: