IDscCompilationJobOperations.ListByAutomationAccountWithHttpMessagesAsync Metódus
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
A dsc fordítási feladatok listájának lekérése. http://aka.ms/azureautomationsdk/compilationjoboperations
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.DscCompilationJob>>> ListByAutomationAccountWithHttpMessagesAsync (string resourceGroupName, string automationAccountName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Automation.Models.DscCompilationJob> odataQuery = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ListByAutomationAccountWithHttpMessagesAsync : string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Automation.Models.DscCompilationJob> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.DscCompilationJob>>>
Public Function ListByAutomationAccountWithHttpMessagesAsync (resourceGroupName As String, automationAccountName As String, Optional odataQuery As ODataQuery(Of DscCompilationJob) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of DscCompilationJob)))
Paraméterek
- resourceGroupName
- String
Egy Azure-erőforráscsoport neve.
- automationAccountName
- String
Az automation-fiók neve.
- odataQuery
- ODataQuery<DscCompilationJob>
A műveletre alkalmazandó OData-paraméterek.
- customHeaders
- Dictionary<String,List<String>>
A kérelemhez hozzáadandó fejlécek.
- cancellationToken
- CancellationToken
A lemondási jogkivonat.
Válaszok
Kivételek
A művelet érvénytelen állapotkód visszaadásakor lett eldobva
A válasz deszerializálása sikertelen volt
Akkor van eldobva, ha egy kötelező paraméter null értékű
A következőre érvényes:
Azure SDK for .NET