Partager via


AccountsOperationsExtensions.BeginCreate Méthode

Définition

Crée ou met à jour le compte.

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

account
Account

Détails du compte.

Retours

S’applique à