DscCompilationJobOperationsExtensions.ListAsync 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.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.DscCompilationJobListResponse> ListAsync (this Microsoft.Azure.Management.Automation.IDscCompilationJobOperations operations, string resourceGroupName, string automationAccount, Microsoft.Azure.Management.Automation.Models.DscCompilationJobListParameters parameters);
static member ListAsync : Microsoft.Azure.Management.Automation.IDscCompilationJobOperations * string * string * Microsoft.Azure.Management.Automation.Models.DscCompilationJobListParameters -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.DscCompilationJobListResponse>
<Extension()>
Public Function ListAsync (operations As IDscCompilationJobOperations, resourceGroupName As String, automationAccount As String, parameters As DscCompilationJobListParameters) As Task(Of DscCompilationJobListResponse)
Paraméterek
- operations
- IDscCompilationJobOperations
- resourceGroupName
- String
- automationAccount
- String
- parameters
- DscCompilationJobListParameters
Válaszok
A következőre érvényes:
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET