Compartilhar via


RunbookOperationsExtensions.ListNext(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 Microsoft.WindowsAzure.Management.Automation.Models.RunbookListResponse ListNext (this Microsoft.WindowsAzure.Management.Automation.IRunbookOperations operations, string nextLink);
static member ListNext : Microsoft.WindowsAzure.Management.Automation.IRunbookOperations * string -> Microsoft.WindowsAzure.Management.Automation.Models.RunbookListResponse
<Extension()>
Public Function ListNext (operations As IRunbookOperations, nextLink As String) As 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