IScheduleOperations.ListNextAsync(String, CancellationToken) Method

Definition

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

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

Parameters

nextLink
String

The link to retrieve next set of items.

cancellationToken
CancellationToken

Cancellation token.

Returns

The response model for the list schedule operation.

Applies to