次の方法で共有


AccountsOperationsExtensions.BeginUpdate メソッド

定義

アカウント リソースにパッチを適用します。

public static Microsoft.Azure.Management.Purview.Models.Account BeginUpdate(this Microsoft.Azure.Management.Purview.IAccountsOperations operations, string resourceGroupName, string accountName, Microsoft.Azure.Management.Purview.Models.AccountUpdateParameters accountUpdateParameters);
static member BeginUpdate : Microsoft.Azure.Management.Purview.IAccountsOperations * string * string * Microsoft.Azure.Management.Purview.Models.AccountUpdateParameters -> Microsoft.Azure.Management.Purview.Models.Account
<Extension()>
Public Function BeginUpdate (operations As IAccountsOperations, resourceGroupName As String, accountName As String, accountUpdateParameters As AccountUpdateParameters) As Account

パラメーター

operations
IAccountsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループ名。

accountName
String

アカウントの名前。

accountUpdateParameters
AccountUpdateParameters

アカウントの更新パラメーター。

戻り値

注釈

アカウントを更新する

適用対象