Compartilhar via


Método IScheduleOperations.ListNextAsync (String, CancellationToken)

 

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

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)

Sintaxe

Task<ScheduleListResponse> ListNextAsync(
    string nextLink,
    CancellationToken cancellationToken
)
Task<ScheduleListResponse^>^ ListNextAsync(
    String^ nextLink,
    CancellationToken cancellationToken
)
abstract ListNextAsync : 
        nextLink:string *
        cancellationToken:CancellationToken -> Task<ScheduleListResponse>
Function ListNextAsync (
    nextLink As String,
    cancellationToken As CancellationToken
) As Task(Of ScheduleListResponse)

Parâmetros

  • nextLink
    Type: System.String

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

Valor de retorno

Type: System.Threading.Tasks.Task<ScheduleListResponse>

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

Consulte também

Interface IScheduleOperations
Namespace Microsoft.WindowsAzure.Management.Automation

Retornar ao topo