IJobScheduleOperations.ListNextAsync Method (String, CancellationToken)
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)
Function ListNextAsync ( nextLink As String, cancellationToken As CancellationToken ) As Task(Of JobScheduleListResponse)
Parameters
- nextLink
-
Type:
System.String
The link to retrieve next set of items.
- cancellationToken
-
Type:
System.Threading.CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks.Task(Of JobScheduleListResponse)The response model for the list job schedule operation.
Show: