Partager via


JobOperationsExtensions.UpdateJobCollectionStateAsync Méthode

Définition

Mettez à jour l’état de tous les travaux d’un regroupement de travaux.

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

Paramètres

operations
IJobOperations

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

parameters
JobCollectionJobsUpdateStateParameters

Obligatoire. Paramètres fournis à l’opération Mettre à jour l’état des travaux.

Retours

Réponse de l’opération Mettre à jour l’état des travaux.

S’applique à