Partager via


AccountsOperationsExtensions.BeginCreate Méthode

Définition

Créer un compte dans le groupe de ressources donné

public static Microsoft.Azure.Management.DataShare.Models.Account BeginCreate (this Microsoft.Azure.Management.DataShare.IAccountsOperations operations, string resourceGroupName, string accountName, Microsoft.Azure.Management.DataShare.Models.Account account);
static member BeginCreate : Microsoft.Azure.Management.DataShare.IAccountsOperations * string * string * Microsoft.Azure.Management.DataShare.Models.Account -> Microsoft.Azure.Management.DataShare.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.

accountName
String

Nom du compte de partage.

account
Account

Charge utile du compte.

Retours

Remarques

Créer un compte

S’applique à