IJobScheduleOperations.ListNextAsync(String, CancellationToken) Method

Definition

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

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleListResponse> ListNextAsync (string nextLink, System.Threading.CancellationToken cancellationToken);
abstract member ListNextAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleListResponse>
Public Function ListNextAsync (nextLink As String, cancellationToken As CancellationToken) As Task(Of JobScheduleListResponse)

Parameters

nextLink
String

The link to retrieve next set of items.

cancellationToken
CancellationToken

Cancellation token.

Returns

The response model for the list job schedule operation.

Applies to