Partager via


JobScheduleOperationsExtensions.ListAsync Méthode

Définition

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

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