Compartilhar via


IScheduleOperations.ListNextAsync(String, CancellationToken) Método

Definição

Recupere a próxima lista de agendas. (consulte http://aka.ms/azureautomationsdk/scheduleoperations para obter mais informações)

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)

Parâmetros

nextLink
String

O link para recuperar o próximo conjunto de itens.

cancellationToken
CancellationToken

Token de cancelamento.

Retornos

O modelo de resposta para a operação de agendamento de lista.

Aplica-se a