Compartilhar via


IJobScheduleOperations.ListNextAsync(String, CancellationToken) Método

Definição

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

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)

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 trabalho de lista.

Aplica-se a