Share via


AccountsOperationsExtensions.Create Method

Definition

Create Cognitive Services Account. Accounts is a resource group wide resource type. It holds the keys for developer to access intelligent APIs. It's also the resource type for billing.

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

Parameters

operations
IAccountsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

accountName
String

The name of Cognitive Services account.

account
Account

The parameters to provide for the created account.

Returns

Applies to