JobOperationsExtensions.ListNextAsync 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.
Listet ggf. die Aufträge auf, die dem angegebenen Data Lake Analytics-Konto zugeordnet sind. Die Antwort enthält ggf. einen Link zur nächsten Seite mit Ergebnissen.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation>> ListNextAsync (this Microsoft.Azure.Management.DataLake.Analytics.IJobOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformationBasic>> ListNextAsync (this Microsoft.Azure.Management.DataLake.Analytics.IJobOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Management.DataLake.Analytics.IJobOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation>>
static member ListNextAsync : Microsoft.Azure.Management.DataLake.Analytics.IJobOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformationBasic>>
<Extension()>
Public Function ListNextAsync (operations As IJobOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of JobInformation))
<Extension()>
Public Function ListNextAsync (operations As IJobOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of JobInformationBasic))
Parameter
- operations
- IJobOperations
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