JobsOperationsExtensions.BeginUpdate 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.
Mises à jour les propriétés d’un travail existant.
public static Microsoft.Azure.Management.DataBox.Models.JobResource BeginUpdate (this Microsoft.Azure.Management.DataBox.IJobsOperations operations, string resourceGroupName, string jobName, Microsoft.Azure.Management.DataBox.Models.JobResourceUpdateParameter jobResourceUpdateParameter, string ifMatch = default);
static member BeginUpdate : Microsoft.Azure.Management.DataBox.IJobsOperations * string * string * Microsoft.Azure.Management.DataBox.Models.JobResourceUpdateParameter * string -> Microsoft.Azure.Management.DataBox.Models.JobResource
<Extension()>
Public Function BeginUpdate (operations As IJobsOperations, resourceGroupName As String, jobName As String, jobResourceUpdateParameter As JobResourceUpdateParameter, Optional ifMatch As String = Nothing) As JobResource
Paramètres
- operations
- IJobsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources
- jobName
- String
Nom de la ressource du travail dans le groupe de ressources spécifié. les noms de travail doivent comporter entre 3 et 24 caractères et utiliser uniquement les caractères alphanumériques et les traits de soulignement
- jobResourceUpdateParameter
- JobResourceUpdateParameter
Paramètres de mise à jour du travail à partir du corps de la demande.
- ifMatch
- String
Définit la condition de If-Match. Le correctif est effectué uniquement si l’ETag du travail sur le serveur correspond à cette valeur.
Retours
S’applique à
Azure SDK for .NET