Compartilhar via


Método IRunbookOperations.ListNextAsync (String, CancellationToken)

 

Recupere uma lista próxima de runbooks. (consulte https://aka.ms/azureautomationsdk/runbookoperations para obter mais informações)

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

Sintaxe

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

Parâmetros

  • nextLink
    Type: System.String

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

Valor de retorno

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

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

Consulte também

Interface IRunbookOperations
Namespace Microsoft.WindowsAzure.Management.Automation

Retornar ao topo