Freigeben über


AutomationJobCollection.GetAll(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.Pageable<Azure.ResourceManager.Automation.Models.AutomationJobCollectionItemData> GetAll (string filter = default, string clientRequestId = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Automation.Models.AutomationJobCollectionItemData>
override this.GetAll : string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Automation.Models.AutomationJobCollectionItemData>
Public Overridable Function GetAll (Optional filter As String = Nothing, Optional clientRequestId As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(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 Sammlung von AutomationJobCollectionItemData , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: