DeploymentsOperationsExtensions.BeginCreateOrUpdate 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 déploiements spécifiés associés au compte Cognitive Services.
public static Microsoft.Azure.Management.CognitiveServices.Models.Deployment BeginCreateOrUpdate (this Microsoft.Azure.Management.CognitiveServices.IDeploymentsOperations operations, string resourceGroupName, string accountName, string deploymentName, Microsoft.Azure.Management.CognitiveServices.Models.Deployment deployment);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.CognitiveServices.IDeploymentsOperations * string * string * string * Microsoft.Azure.Management.CognitiveServices.Models.Deployment -> Microsoft.Azure.Management.CognitiveServices.Models.Deployment
<Extension()>
Public Function BeginCreateOrUpdate (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 à
Azure SDK for .NET