Partager via


IJobOperations.ListAsync(String, JobListParameters, CancellationToken) Méthode

Définition

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

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

Paramètres

automationAccount
String

Nom du compte Automation.

parameters
JobListParameters

Paramètres fournis à l’opération de liste.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

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

S’applique à