Share via


RunbookOperationsExtensions.ListNext Method (IRunbookOperations, String)

 

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

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

Syntax

public static RunbookListResponse ListNext(
    this IRunbookOperations operations,
    string nextLink
)
public:
[ExtensionAttribute]
static RunbookListResponse^ ListNext(
    IRunbookOperations^ operations,
    String^ nextLink
)
static member ListNext : 
        operations:IRunbookOperations *
        nextLink:string -> RunbookListResponse
<ExtensionAttribute>
Public Shared Function ListNext (
    operations As IRunbookOperations,
    nextLink As String
) As RunbookListResponse

Parameters

  • 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.

See Also

RunbookOperationsExtensions Class
Microsoft.WindowsAzure.Management.Automation Namespace

Return to top