Compartilhar via


ScheduleOperationsExtensions.ListNextAsync Método

Definição

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

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

Parâmetros

operations
IScheduleOperations

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

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

Aplica-se a