RunbookOperationsExtensions.ListByAutomationAccountNext Method

Definition

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)

Parameters

operations
IRunbookOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to