你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AccountsOperationsExtensions.BeginCreateOrUpdate 方法

定义

创建或更新帐户资源

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

参数

operations
IAccountsOperations

此扩展方法的操作组。

resourceGroupName
String

资源组名称。

accountName
String

帐户的名称。

account
Account

帐户。

返回

注解

创建或更新帐户

适用于