Share via


IAutomationPSClient.ListHybridRunbookWorkers Method

Definition

public System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Automation.Models.HybridRunbookWorker> ListHybridRunbookWorkers (string resourceGroupName, string automationAccountName, string hybridWorkerGroupName, ref string nextLink);
abstract member ListHybridRunbookWorkers : string * string * string * string -> seq<Microsoft.Azure.Management.Automation.Models.HybridRunbookWorker>
Public Function ListHybridRunbookWorkers (resourceGroupName As String, automationAccountName As String, hybridWorkerGroupName As String, ByRef nextLink As String) As IEnumerable(Of HybridRunbookWorker)

Parameters

resourceGroupName
String
automationAccountName
String
hybridWorkerGroupName
String
nextLink
String

Returns

Applies to