JobOperationsExtensions.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 static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Scheduler.Models.JobCreateOrUpdateResponse> CreateOrUpdateAsync (this Microsoft.WindowsAzure.Scheduler.IJobOperations operations, string jobId, Microsoft.WindowsAzure.Scheduler.Models.JobCreateOrUpdateParameters parameters);
static member CreateOrUpdateAsync : Microsoft.WindowsAzure.Scheduler.IJobOperations * string * Microsoft.WindowsAzure.Scheduler.Models.JobCreateOrUpdateParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Scheduler.Models.JobCreateOrUpdateResponse>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IJobOperations, jobId As String, parameters As JobCreateOrUpdateParameters) As Task(Of 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