Freigeben über


AccountsOperationsExtensions.Create Methode

Definition

Erstellen Sie ein Cognitive Services-Konto. Konten ist ein ressourcengruppenweiter Ressourcentyp. Es enthält die Schlüssel für Entwickler für den Zugriff auf intelligente APIs. Dies ist auch der Ressourcentyp für die Abrechnung.

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

Parameter

operations
IAccountsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

accountName
String

Der Name des Cognitive Services-Kontos.

account
Account

Die Parameter, die für das erstellte Konto bereitgestellt werden sollen.

Gibt zurück

Gilt für: