Partager via


AccountsOperationsExtensions.BeginCreate Méthode

Définition

Créez un compte Cognitive Services. Comptes est un type de ressource à l’échelle du groupe de ressources. Il contient les clés permettant aux développeurs d’accéder aux API intelligentes. Il s’agit également du type de ressource pour la facturation.

public static Microsoft.Azure.Management.CognitiveServices.Models.Account BeginCreate (this Microsoft.Azure.Management.CognitiveServices.IAccountsOperations operations, string resourceGroupName, string accountName, Microsoft.Azure.Management.CognitiveServices.Models.Account account);
static member BeginCreate : Microsoft.Azure.Management.CognitiveServices.IAccountsOperations * string * string * Microsoft.Azure.Management.CognitiveServices.Models.Account -> Microsoft.Azure.Management.CognitiveServices.Models.Account
<Extension()>
Public Function BeginCreate (operations As IAccountsOperations, resourceGroupName As String, accountName As String, account As Account) As Account

Paramètres

operations
IAccountsOperations

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.

account
Account

Paramètres à fournir pour le compte créé.

Retours

S’applique à