Share via


AutomationPSClient.ListHybridRunbookWorkerGroups Method

Definition

public System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Automation.Models.HybridRunbookWorkerGroup> ListHybridRunbookWorkerGroups (string resourceGroupName, string automationAccountName, ref string nextLink);
abstract member ListHybridRunbookWorkerGroups : string * string * string -> seq<Microsoft.Azure.Management.Automation.Models.HybridRunbookWorkerGroup>
override this.ListHybridRunbookWorkerGroups : string * string * string -> seq<Microsoft.Azure.Management.Automation.Models.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