HybridRunbookWorkerGroupOperationsExtensions.ListByAutomationAccountNext Method

Definition

Retrieve a list of hybrid runbook worker groups. http://aka.ms/azureautomationsdk/hybridrunbookworkergroupoperations

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

Parameters

operations
IHybridRunbookWorkerGroupOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to