JobScheduleOperationsExtensions.ListNext Method (IJobScheduleOperations, String)

 

Retrieve next list of schedules. (see http://aka.ms/azureautomationsdk/jobscheduleoperations for more information)

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

public static JobScheduleListResponse ListNext(
	this IJobScheduleOperations operations,
	string nextLink
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations

Reference to the Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations.

nextLink
Type: System.String

Required. The link to retrieve next set of items.

Return Value

Type: Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleListResponse

The response model for the list job schedule operation.

Return to top
Show: