Freigeben über


JobScheduleOperationsExtensions.ListNext Methode

Definition

Listet alle Auftragszeitpläne im angegebenen Konto auf.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.CloudJobSchedule> ListNext (this Microsoft.Azure.Batch.Protocol.IJobScheduleOperations operations, string nextPageLink, Microsoft.Azure.Batch.Protocol.Models.JobScheduleListNextOptions jobScheduleListNextOptions = default);
static member ListNext : Microsoft.Azure.Batch.Protocol.IJobScheduleOperations * string * Microsoft.Azure.Batch.Protocol.Models.JobScheduleListNextOptions -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.CloudJobSchedule>
<Extension()>
Public Function ListNext (operations As IJobScheduleOperations, nextPageLink As String, Optional jobScheduleListNextOptions As JobScheduleListNextOptions = Nothing) As IPage(Of CloudJobSchedule)

Parameter

operations
IJobScheduleOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

jobScheduleListNextOptions
JobScheduleListNextOptions

Zusätzliche Parameter für den Vorgang

Gibt zurück

Gilt für: