JobScheduleOperationsExtensions.ListByAutomationAccountNext Method

Definition

Retrieve a list of job schedules. http://aka.ms/azureautomationsdk/jobscheduleoperations

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.JobSchedule> ListByAutomationAccountNext (this Microsoft.Azure.Management.Automation.IJobScheduleOperations operations, string nextPageLink);
static member ListByAutomationAccountNext : Microsoft.Azure.Management.Automation.IJobScheduleOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.JobSchedule>
<Extension()>
Public Function ListByAutomationAccountNext (operations As IJobScheduleOperations, nextPageLink As String) As IPage(Of JobSchedule)

Parameters

operations
IJobScheduleOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to