Partager via


HybridRunbookWorkerCollection.GetAllAsync(String, CancellationToken) Méthode

Définition

Récupérez une liste de Runbook Workers hybrides.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/hybridRunbookWorkerGroups/{hybridRunbookWorkerGroupName}/hybridRunbookWorkers
  • IdHybridRunbookWorkers_ListByHybridRunbookWorkerGroup d’opération
public virtual Azure.AsyncPageable<Azure.ResourceManager.Automation.HybridRunbookWorkerResource> GetAllAsync (string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Automation.HybridRunbookWorkerResource>
override this.GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Automation.HybridRunbookWorkerResource>
Public Overridable Function GetAllAsync (Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of HybridRunbookWorkerResource)

Paramètres

filter
String

Filtre à appliquer à l’opération.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

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

S’applique à