Freigeben über


AutomationJobCollection.GetAllAsync(String, String, CancellationToken) Methode

Definition

Ruft eine Liste von Aufträgen ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobs
  • Vorgangs-IdJob_ListByAutomationAccount
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)

Parameter

filter
String

Der Filter, der auf den Vorgang angewendet werden soll.

clientRequestId
String

Identifiziert diese spezifische Clientanforderung.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von AutomationJobCollectionItemData , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: