ScheduleOperationsExtensions::ListNext Method (IScheduleOperations^, String^)

 

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

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

public:
[ExtensionAttribute]
static ScheduleListResponse^ ListNext(
	IScheduleOperations^ operations,
	String^ nextLink
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Automation::IScheduleOperations^

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

nextLink
Type: System::String^

Required. The link to retrieve next set of items.

Return Value

Type: Microsoft.WindowsAzure.Management.Automation.Models::ScheduleListResponse^

The response model for the list schedule operation.

Return to top
Show: