KeyVaultClientExtensions.GetDeletedStorageAccountsNextAsync Methode

Definition

Listet gelöschte Speicherkonten für den angegebenen Tresor auf.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.KeyVault.Models.DeletedStorageAccountItem>> GetDeletedStorageAccountsNextAsync (this Microsoft.Azure.KeyVault.IKeyVaultClient operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member GetDeletedStorageAccountsNextAsync : Microsoft.Azure.KeyVault.IKeyVaultClient * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.KeyVault.Models.DeletedStorageAccountItem>>
<Extension()>
Public Function GetDeletedStorageAccountsNextAsync (operations As IKeyVaultClient, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DeletedStorageAccountItem))

Parameter

operations
IKeyVaultClient

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Der Vorgang Gelöschte Speicherkonten abrufen gibt die Speicherkonten zurück, die für einen Tresor gelöscht wurden, der für vorläufiges Löschen aktiviert ist. Für diesen Vorgang ist die Speicher-/Listenberechtigung erforderlich.

Gilt für: