Share via


AutomationClient.ListHybridRunbookWorkerGroups(String, String, String) 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>
override this.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

Implements

Applies to