DscCompilationJobOperationsExtensions.ListByAutomationAccountAsync 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 System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.DscCompilationJob>> ListByAutomationAccountAsync (this Microsoft.Azure.Management.Automation.IDscCompilationJobOperations operations, string resourceGroupName, string automationAccountName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Automation.Models.DscCompilationJob> odataQuery = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByAutomationAccountAsync : Microsoft.Azure.Management.Automation.IDscCompilationJobOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Automation.Models.DscCompilationJob> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.DscCompilationJob>>
<Extension()>
Public Function ListByAutomationAccountAsync (operations As IDscCompilationJobOperations, resourceGroupName As String, automationAccountName As String, Optional odataQuery As ODataQuery(Of DscCompilationJob) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Azure SDK for .NET