Freigeben über


JobOperationsExtensions.ListByAutomationAccountAsync Methode

Definition

Ruft eine Liste von Aufträgen ab. http://aka.ms/azureautomationsdk/joboperations

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.JobCollectionItem>> ListByAutomationAccountAsync (this Microsoft.Azure.Management.Automation.IJobOperations operations, string resourceGroupName, string automationAccountName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Automation.Models.JobCollectionItem> odataQuery = default, string clientRequestId = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByAutomationAccountAsync : Microsoft.Azure.Management.Automation.IJobOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Automation.Models.JobCollectionItem> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.JobCollectionItem>>
<Extension()>
Public Function ListByAutomationAccountAsync (operations As IJobOperations, resourceGroupName As String, automationAccountName As String, Optional odataQuery As ODataQuery(Of JobCollectionItem) = Nothing, Optional clientRequestId As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of JobCollectionItem))

Parameter

operations
IJobOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name einer Azure-Ressourcengruppe.

automationAccountName
String

Der Name des Automation-Kontos.

odataQuery
ODataQuery<JobCollectionItem>

OData-Parameter, die auf den Vorgang angewendet werden sollen.

clientRequestId
String

Identifiziert diese spezifische Clientanforderung.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: