JobScheduleOperationsExtensions.ListNextAsync Method (IJobScheduleOperations, String)
Retrieve next list of schedules. (see http://aka.ms/azureautomationsdk/jobscheduleoperations for more information)
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
public static Task<JobScheduleListResponse> ListNextAsync( 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: System.Threading.Tasks.Task<JobScheduleListResponse>The response model for the list job schedule operation.
Show: