IJobCollectionOperations.BeginUpdatingAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET