Partager via


DeploymentsOperationsExtensions.CreateOrUpdate Méthode

Définition

Mettez à jour l’état des déploiements spécifiés associés au compte Cognitive Services.

public static Microsoft.Azure.Management.CognitiveServices.Models.Deployment CreateOrUpdate (this Microsoft.Azure.Management.CognitiveServices.IDeploymentsOperations operations, string resourceGroupName, string accountName, string deploymentName, Microsoft.Azure.Management.CognitiveServices.Models.Deployment deployment);
static member CreateOrUpdate : Microsoft.Azure.Management.CognitiveServices.IDeploymentsOperations * string * string * string * Microsoft.Azure.Management.CognitiveServices.Models.Deployment -> Microsoft.Azure.Management.CognitiveServices.Models.Deployment
<Extension()>
Public Function CreateOrUpdate (operations As IDeploymentsOperations, resourceGroupName As String, accountName As String, deploymentName As String, deployment As Deployment) As Deployment

Paramètres

operations
IDeploymentsOperations

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.

deploymentName
String

Nom du déploiement associé au compte Cognitive Services

deployment
Deployment

Propriétés de déploiement.

Retours

S’applique à