JobOperationsExtensions.ListByAutomationAccount Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft eine Liste von Aufträgen ab. http://aka.ms/azureautomationsdk/joboperations
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.JobCollectionItem> ListByAutomationAccount (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);
static member ListByAutomationAccount : Microsoft.Azure.Management.Automation.IJobOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Automation.Models.JobCollectionItem> * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.JobCollectionItem>
<Extension()>
Public Function ListByAutomationAccount (operations As IJobOperations, resourceGroupName As String, automationAccountName As String, Optional odataQuery As ODataQuery(Of JobCollectionItem) = Nothing, Optional clientRequestId As String = Nothing) As 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.
Gibt zurück
Gilt für:
Azure SDK for .NET