Freigeben über


VaultsOperationsExtensions.ListDeletedAsync Methode

Definition

Ruft Informationen zu den gelöschten Tresoren in einem Abonnement ab.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.KeyVault.Models.DeletedVault>> ListDeletedAsync(this Microsoft.Azure.Management.KeyVault.IVaultsOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListDeletedAsync : Microsoft.Azure.Management.KeyVault.IVaultsOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.KeyVault.Models.DeletedVault>>
<Extension()>
Public Function ListDeletedAsync (operations As IVaultsOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DeletedVault))

Parameter

operations
IVaultsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: