JobOperationsExtensions.List Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Récupérez une liste de travaux. (voir http://aka.ms/azureautomationsdk/joboperations pour plus d’informations)
public static Microsoft.WindowsAzure.Management.Automation.Models.JobListResponse List (this Microsoft.WindowsAzure.Management.Automation.IJobOperations operations, string automationAccount, Microsoft.WindowsAzure.Management.Automation.Models.JobListParameters parameters);
static member List : Microsoft.WindowsAzure.Management.Automation.IJobOperations * string * Microsoft.WindowsAzure.Management.Automation.Models.JobListParameters -> Microsoft.WindowsAzure.Management.Automation.Models.JobListResponse
<Extension()>
Public Function List (operations As IJobOperations, automationAccount As String, parameters As JobListParameters) As JobListResponse
Paramètres
- operations
- IJobOperations
Référence à Microsoft.WindowsAzure.Management.Automation.IJobOperations.
- automationAccount
- String
Obligatoire. Nom du compte Automation.
- parameters
- JobListParameters
facultatif. Paramètres fournis à l’opération de liste.
Retours
Modèle de réponse pour l’opération de travail de liste.
S’applique à
Azure SDK for .NET