Compartilhar via


JobScheduleOperationsExtensions.ListNextAsync Método

Definição

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

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleListResponse> ListNextAsync (this Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations operations, string nextLink);
static member ListNextAsync : Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleListResponse>
<Extension()>
Public Function ListNextAsync (operations As IJobScheduleOperations, nextLink As String) As Task(Of JobScheduleListResponse)

Parâmetros

operations
IJobScheduleOperations

Referência ao Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations.

nextLink
String

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

Retornos

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

Aplica-se a