다음을 통해 공유


HybridRunbookWorkerGroupCollection.GetAll(String, CancellationToken) Method

Definition

Retrieve a list of hybrid runbook worker groups.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/hybridRunbookWorkerGroups
  • Operation Id: HybridRunbookWorkerGroup_ListByAutomationAccount
public virtual Azure.Pageable<Azure.ResourceManager.Automation.HybridRunbookWorkerGroupResource> GetAll (string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Automation.HybridRunbookWorkerGroupResource>
override this.GetAll : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Automation.HybridRunbookWorkerGroupResource>
Public Overridable Function GetAll (Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of HybridRunbookWorkerGroupResource)

Parameters

filter
String

The filter to apply on the operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of HybridRunbookWorkerGroupResource that may take multiple service requests to iterate over.

Applies to