Condividi tramite


RunbookOperationsExtensions.ListByAutomationAccountNext Metodo

Definizione

Recuperare un elenco di runbook. http://aka.ms/azureautomationsdk/runbookoperations

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.Runbook> ListByAutomationAccountNext (this Microsoft.Azure.Management.Automation.IRunbookOperations operations, string nextPageLink);
static member ListByAutomationAccountNext : Microsoft.Azure.Management.Automation.IRunbookOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.Runbook>
<Extension()>
Public Function ListByAutomationAccountNext (operations As IRunbookOperations, nextPageLink As String) As IPage(Of Runbook)

Parametri

operations
IRunbookOperations

Gruppo di operazioni per questo metodo di estensione.

nextPageLink
String

NextLink dalla chiamata precedente all'operazione List.

Restituisce

Si applica a