Freigeben über


AccountsOperationsExtensions.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.DataLakeAnalyticsAccountBasic>> ListNextAsync (this Microsoft.Azure.Management.DataLake.Analytics.IAccountsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Management.DataLake.Analytics.IAccountsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccountBasic>>
<Extension()>
Public Function ListNextAsync (operations As IAccountsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DataLakeAnalyticsAccountBasic))

Parameter

operations
IAccountsOperations

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: