Partager via


IJobScheduleOperations.ListAsync(String, CancellationToken) Méthode

Définition

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

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleListResponse> ListAsync (string automationAccount, System.Threading.CancellationToken cancellationToken);
abstract member ListAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleListResponse>
Public Function ListAsync (automationAccount As String, cancellationToken As CancellationToken) As Task(Of JobScheduleListResponse)

Paramètres

automationAccount
String

Nom du compte Automation.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

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

S’applique à