Freigeben über


AccountOperationsExtensions.ListNextAsync Methode

Definition

Ruft die erste Seite von Data Lake Analytics Konten ab, falls vorhanden, innerhalb des aktuellen Abonnements. Dies schließt ggf. einen Link zur nächsten Seite ein.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount>> ListNextAsync (this Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount>>
<Extension()>
Public Function ListNextAsync (operations As IAccountOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DataLakeAnalyticsAccount))

Parameter

operations
IAccountOperations

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: