Partager via


ScheduleOperationsExtensions.ListAsync(IScheduleOperations, String) Méthode

Définition

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

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.ScheduleListResponse> ListAsync (this Microsoft.WindowsAzure.Management.Automation.IScheduleOperations operations, string automationAccount);
static member ListAsync : Microsoft.WindowsAzure.Management.Automation.IScheduleOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.ScheduleListResponse>
<Extension()>
Public Function ListAsync (operations As IScheduleOperations, automationAccount As String) As Task(Of 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 à