Partager via


AccountsOperationsExtensions.CreateAsync 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 System.Threading.Tasks.Task<Microsoft.Azure.Management.CognitiveServices.Models.Account> CreateAsync (this Microsoft.Azure.Management.CognitiveServices.IAccountsOperations operations, string resourceGroupName, string accountName, Microsoft.Azure.Management.CognitiveServices.Models.Account account, System.Threading.CancellationToken cancellationToken = default);
static member CreateAsync : Microsoft.Azure.Management.CognitiveServices.IAccountsOperations * string * string * Microsoft.Azure.Management.CognitiveServices.Models.Account * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.CognitiveServices.Models.Account>
<Extension()>
Public Function CreateAsync (operations As IAccountsOperations, resourceGroupName As String, accountName As String, account As Account, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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éé.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à