JobOperationsExtensions.List Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
public static Microsoft.Azure.Management.Automation.Models.JobListResponse List (this Microsoft.Azure.Management.Automation.IJobOperations operations, string resourceGroupName, string automationAccount, Microsoft.Azure.Management.Automation.Models.JobListParameters parameters);
static member List : Microsoft.Azure.Management.Automation.IJobOperations * string * string * Microsoft.Azure.Management.Automation.Models.JobListParameters -> Microsoft.Azure.Management.Automation.Models.JobListResponse
<Extension()>
Public Function List (operations As IJobOperations, resourceGroupName As String, automationAccount As String, parameters As JobListParameters) As JobListResponse
Parametry
- operations
- IJobOperations
- resourceGroupName
- String
- automationAccount
- String
- parameters
- JobListParameters
Návraty
Platí pro
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET