Compartilhar via


Método IJobScheduleOperations.ListNextAsync (String, CancellationToken)

 

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

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

Sintaxe

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

Parâmetros

  • nextLink
    Type: System.String

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

Valor de retorno

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

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

Consulte também

Interface IJobScheduleOperations
Namespace Microsoft.WindowsAzure.Management.Automation

Retornar ao topo