Partager via


AutomationJobCollection.GetAllAsync(String, String, CancellationToken) Méthode

Définition

Récupérer une liste de travaux.

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

Paramètres

filter
String

Filtre à appliquer à l’opération.

clientRequestId
String

Identifie cette demande cliente spécifique.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

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

S’applique à