IHybridRunbookWorkerGroupOperations.ListAsync Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.HybridRunbookWorkerGroupsListResponse> ListAsync (string resourceGroupName, string automationAccount, System.Threading.CancellationToken cancellationToken);
abstract member ListAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.HybridRunbookWorkerGroupsListResponse>
Public Function ListAsync (resourceGroupName As String, automationAccount As String, cancellationToken As CancellationToken) As Task(Of HybridRunbookWorkerGroupsListResponse)

Parameters

resourceGroupName
String
automationAccount
String
cancellationToken
CancellationToken

Returns

Applies to