Share via


IAutomationClient.ListHybridRunbookWorkerGroups Method

Definition

public System.Collections.Generic.IEnumerable<Microsoft.Azure.Commands.Automation.Model.HybridRunbookWorkerGroup> ListHybridRunbookWorkerGroups (string resourceGroupName, string automationAccountName, ref string nextLink);
abstract member ListHybridRunbookWorkerGroups : string * string * string -> seq<Microsoft.Azure.Commands.Automation.Model.HybridRunbookWorkerGroup>
Public Function ListHybridRunbookWorkerGroups (resourceGroupName As String, automationAccountName As String, ByRef nextLink As String) As IEnumerable(Of HybridRunbookWorkerGroup)

Parameters

resourceGroupName
String
automationAccountName
String
nextLink
String

Returns

Applies to