DscCompilationJobOperationsExtensions.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.
Rufen Sie eine Liste der dsc-Kompilierungsaufträge ab. http://aka.ms/azureautomationsdk/compilationjoboperations
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.DscCompilationJob> ListByAutomationAccount (this Microsoft.Azure.Management.Automation.IDscCompilationJobOperations operations, string resourceGroupName, string automationAccountName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Automation.Models.DscCompilationJob> odataQuery = default);
static member ListByAutomationAccount : Microsoft.Azure.Management.Automation.IDscCompilationJobOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Automation.Models.DscCompilationJob> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.DscCompilationJob>
<Extension()>
Public Function ListByAutomationAccount (operations As IDscCompilationJobOperations, resourceGroupName As String, automationAccountName As String, Optional odataQuery As ODataQuery(Of DscCompilationJob) = Nothing) As IPage(Of DscCompilationJob)
Parameter
- operations
- IDscCompilationJobOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Name einer Azure-Ressourcengruppe.
- automationAccountName
- String
Der Name des Automation-Kontos.
- odataQuery
- ODataQuery<DscCompilationJob>
OData-Parameter, die auf den Vorgang angewendet werden sollen.
Gibt zurück
Gilt für:
Azure SDK for .NET