JobScheduleOperationsExtensions.List(IJobScheduleOperations, String) 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 planifications de travail. (voir http://aka.ms/azureautomationsdk/jobscheduleoperations pour plus d’informations)
public static Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleListResponse List (this Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations operations, string automationAccount);
static member List : Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations * string -> Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleListResponse
<Extension()>
Public Function List (operations As IJobScheduleOperations, automationAccount As String) As JobScheduleListResponse
Paramètres
- operations
- IJobScheduleOperations
Référence à Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations.
- automationAccount
- String
Obligatoire. Nom du compte Automation.
Retours
Modèle de réponse pour l’opération de planification du travail de liste.
S’applique à
Azure SDK for .NET