Partager via


ScheduleOperationsExtensions.List(IScheduleOperations, String) Méthode

Définition

Récupérer une liste de planifications. (voir http://aka.ms/azureautomationsdk/scheduleoperations pour plus d’informations)

public static Microsoft.WindowsAzure.Management.Automation.Models.ScheduleListResponse List(this Microsoft.WindowsAzure.Management.Automation.IScheduleOperations operations, string automationAccount);
static member List : Microsoft.WindowsAzure.Management.Automation.IScheduleOperations * string -> Microsoft.WindowsAzure.Management.Automation.Models.ScheduleListResponse
<Extension()>
Public Function List (operations As IScheduleOperations, automationAccount As String) As ScheduleListResponse

Paramètres

operations
IScheduleOperations

Référence à Microsoft.WindowsAzure.Management.Automation.IScheduleOperations.

automationAccount
String

Obligatoire. Nom du compte Automation.

Retours

Modèle de réponse pour l’opération de planification de liste.

S’applique à