Compartilhar via


RunbookOperationsExtensions.ListNextAsync(IRunbookOperations, String) Método

Definição

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

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

Parâmetros

operations
IRunbookOperations

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

nextLink
String

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

Retornos

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

Aplica-se a