Freigeben über


VaultsOperationsExtensions.ListDeletedNextAsync 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>> ListDeletedNextAsync(this Microsoft.Azure.Management.KeyVault.IVaultsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListDeletedNextAsync : Microsoft.Azure.Management.KeyVault.IVaultsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.KeyVault.Models.DeletedVault>>
<Extension()>
Public Function ListDeletedNextAsync (operations As IVaultsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DeletedVault))

Parameter

operations
IVaultsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: