JobScheduleOperationsExtensions.ListNext Method

Definition

Lists all of the Job Schedules in the specified Account.

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)

Parameters

operations
IJobScheduleOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

jobScheduleListNextOptions
JobScheduleListNextOptions

Additional parameters for the operation

Returns

Applies to