Partager via


IJobCollectionOperations.BeginUpdatingAsync Méthode

Définition

Mettre à jour une collection de travaux.

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionUpdateResponse> BeginUpdatingAsync (string cloudServiceName, string jobCollectionName, Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionUpdateParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member BeginUpdatingAsync : string * string * Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionUpdateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionUpdateResponse>
Public Function BeginUpdatingAsync (cloudServiceName As String, jobCollectionName As String, parameters As JobCollectionUpdateParameters, cancellationToken As CancellationToken) As Task(Of JobCollectionUpdateResponse)

Paramètres

cloudServiceName
String

Nom du service cloud contenant la collection de travaux.

jobCollectionName
String

Nom de la collection de travaux à mettre à jour.

parameters
JobCollectionUpdateParameters

Paramètres fournis à l’opération Mettre à jour la collection de travaux.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Réponse de l’opération Mettre à jour la collection de travaux.

S’applique à