JobOperationsExtensions.ListNext Methode
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 alle Aufträge im angegebenen Konto auf.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.CloudJob> ListNext (this Microsoft.Azure.Batch.Protocol.IJobOperations operations, string nextPageLink, Microsoft.Azure.Batch.Protocol.Models.JobListNextOptions jobListNextOptions = default);
static member ListNext : Microsoft.Azure.Batch.Protocol.IJobOperations * string * Microsoft.Azure.Batch.Protocol.Models.JobListNextOptions -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.CloudJob>
<Extension()>
Public Function ListNext (operations As IJobOperations, nextPageLink As String, Optional jobListNextOptions As JobListNextOptions = Nothing) As IPage(Of CloudJob)
- operations
- IJobOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- nextPageLink
- String
Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.
- jobListNextOptions
- JobListNextOptions
Zusätzliche Parameter für den Vorgang
Feedback zu Azure SDK for .NET
Azure SDK for .NET ist ein Open Source-Projekt. Wählen Sie einen Link aus, um Feedback zu geben: