AccountOperationsExtensions.ListByResourceGroupNextAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft die erste Seite von Data Lake Analytics Konten ab, falls vorhanden, innerhalb einer bestimmten Ressourcengruppe. 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>> ListByResourceGroupNextAsync (this Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByResourceGroupNextAsync : 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 ListByResourceGroupNextAsync (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:
Azure SDK for .NET