IJobOperations.CreateOrUpdateAsync 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.
Crée un travail avec un ID de travail fourni par l’utilisateur ou met à jour un travail existant, en remplaçant sa définition par celle spécifiée.
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Scheduler.Models.JobCreateOrUpdateResponse> CreateOrUpdateAsync (string jobId, Microsoft.WindowsAzure.Scheduler.Models.JobCreateOrUpdateParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member CreateOrUpdateAsync : string * Microsoft.WindowsAzure.Scheduler.Models.JobCreateOrUpdateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Scheduler.Models.JobCreateOrUpdateResponse>
Public Function CreateOrUpdateAsync (jobId As String, parameters As JobCreateOrUpdateParameters, cancellationToken As CancellationToken) As Task(Of JobCreateOrUpdateResponse)
Paramètres
- jobId
- String
ID du travail à créer ou à mettre à jour.
- parameters
- JobCreateOrUpdateParameters
Paramètres spécifiant la définition de travail pour une opération CreateOrUpdate Job.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Réponse de l’opération CreateOrUpdate Job.
S’applique à
Azure SDK for .NET