Freigeben über


HybridRunbookWorkerCollection.GetAll(String, CancellationToken) Methode

Definition

Ruft eine Liste von Hybrid Runbook Workern ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/hybridRunbookWorkerGroups/{hybridRunbookWorkerGroupName}/hybridRunbookWorkers
  • Vorgangs-IdHybridRunbookWorkers_ListByHybridRunbookWorkerGroup
public virtual Azure.Pageable<Azure.ResourceManager.Automation.HybridRunbookWorkerResource> GetAll (string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Automation.HybridRunbookWorkerResource>
override this.GetAll : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Automation.HybridRunbookWorkerResource>
Public Overridable Function GetAll (Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of HybridRunbookWorkerResource)

Parameter

filter
String

Der Filter, der auf den Vorgang angewendet werden soll.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von HybridRunbookWorkerResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: