Partager via


HybridRunbookWorkerGroupCollection.GetAll(String, CancellationToken) Méthode

Définition

Récupérez une liste de groupes de runbooks worker hybrides.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/hybridRunbookWorkerGroups
  • IdHybridRunbookWorkerGroup_ListByAutomationAccount d’opération
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)

Paramètres

filter
String

Filtre à appliquer à l’opération.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Collection de qui peut nécessiter plusieurs demandes de HybridRunbookWorkerGroupResource service pour itérer.

S’applique à