JobOperationsExtensions.CreateOrUpdate 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 static Microsoft.WindowsAzure.Scheduler.Models.JobCreateOrUpdateResponse CreateOrUpdate (this Microsoft.WindowsAzure.Scheduler.IJobOperations operations, string jobId, Microsoft.WindowsAzure.Scheduler.Models.JobCreateOrUpdateParameters parameters);
static member CreateOrUpdate : Microsoft.WindowsAzure.Scheduler.IJobOperations * string * Microsoft.WindowsAzure.Scheduler.Models.JobCreateOrUpdateParameters -> Microsoft.WindowsAzure.Scheduler.Models.JobCreateOrUpdateResponse
<Extension()>
Public Function CreateOrUpdate (operations As IJobOperations, jobId As String, parameters As JobCreateOrUpdateParameters) As JobCreateOrUpdateResponse
Paramètres
- operations
- IJobOperations
Référence à Microsoft.WindowsAzure.Scheduler.IJobOperations.
- jobId
- String
Obligatoire. ID du travail à créer ou à mettre à jour.
- parameters
- JobCreateOrUpdateParameters
Obligatoire. Paramètres spécifiant la définition de travail pour une opération CreateOrUpdate Job.
Retours
Réponse de l’opération CreateOrUpdate Job.
S’applique à
Azure SDK for .NET