RunbookOperationsExtensions.ListNext Method (IRunbookOperations, String)

 

Retrieve next list of runbooks. (see http://aka.ms/azureautomationsdk/runbookoperations for more information)

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

<ExtensionAttribute>
Public Shared Function ListNext (
	operations As IRunbookOperations,
	nextLink As String
) As RunbookListResponse

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Automation.IRunbookOperations

Reference to the Microsoft.WindowsAzure.Management.Automation.IRunbookOperations.

nextLink
Type: System.String

Required. The link to retrieve next set of items.

Return Value

Type: Microsoft.WindowsAzure.Management.Automation.Models.RunbookListResponse

The response model for the list runbook operation.

Return to top
Show: