Partager via


AccountsOperationsExtensions.BeginCreateOrUpdate Méthode

Définition

Créer ou mettre à jour une ressource de compte

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

Compte.

Retours

Remarques

Crée ou met à jour un compte

S’applique à