Partager via


JobOperationsExtensions.ListAsync(IJobOperations, JobListParameters) Méthode

Définition

Obtenez la liste de tous les travaux d’une collection de travaux.

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Scheduler.Models.JobListResponse> ListAsync (this Microsoft.WindowsAzure.Scheduler.IJobOperations operations, Microsoft.WindowsAzure.Scheduler.Models.JobListParameters parameters);
static member ListAsync : Microsoft.WindowsAzure.Scheduler.IJobOperations * Microsoft.WindowsAzure.Scheduler.Models.JobListParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Scheduler.Models.JobListResponse>
<Extension()>
Public Function ListAsync (operations As IJobOperations, parameters As JobListParameters) As Task(Of JobListResponse)

Paramètres

operations
IJobOperations

Référence à Microsoft.WindowsAzure.Scheduler.IJobOperations.

parameters
JobListParameters

Obligatoire. Paramètres fournis à l’opération Répertorier les travaux.

Retours

Réponse de l’opération De liste des travaux.

S’applique à