CommitmentPlansOperationsExtensions.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.
Mettez à jour l’état des plans d’engagement spécifiés associés au compte Cognitive Services.
public static Microsoft.Azure.Management.CognitiveServices.Models.CommitmentPlan CreateOrUpdate (this Microsoft.Azure.Management.CognitiveServices.ICommitmentPlansOperations operations, string resourceGroupName, string accountName, string commitmentPlanName, Microsoft.Azure.Management.CognitiveServices.Models.CommitmentPlan commitmentPlan);
static member CreateOrUpdate : Microsoft.Azure.Management.CognitiveServices.ICommitmentPlansOperations * string * string * string * Microsoft.Azure.Management.CognitiveServices.Models.CommitmentPlan -> Microsoft.Azure.Management.CognitiveServices.Models.CommitmentPlan
<Extension()>
Public Function CreateOrUpdate (operations As ICommitmentPlansOperations, resourceGroupName As String, accountName As String, commitmentPlanName As String, commitmentPlan As CommitmentPlan) As CommitmentPlan
Paramètres
- operations
- ICommitmentPlansOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- accountName
- String
Nom du compte Cognitive Services.
- commitmentPlanName
- String
Nom du plan d’engagement associé au compte Cognitive Services
- commitmentPlan
- CommitmentPlan
Propriétés commitmentPlan.
Retours
S’applique à
Azure SDK for .NET