次の方法で共有


AccountsOperationsExtensions.Update メソッド

定義

更新 アカウントの修正可能なプロパティ

public static Microsoft.Azure.Management.DeviceUpdate.Models.Account Update (this Microsoft.Azure.Management.DeviceUpdate.IAccountsOperations operations, string resourceGroupName, string accountName, Microsoft.Azure.Management.DeviceUpdate.Models.AccountUpdate accountUpdatePayload);
static member Update : Microsoft.Azure.Management.DeviceUpdate.IAccountsOperations * string * string * Microsoft.Azure.Management.DeviceUpdate.Models.AccountUpdate -> Microsoft.Azure.Management.DeviceUpdate.Models.Account
<Extension()>
Public Function Update (operations As IAccountsOperations, resourceGroupName As String, accountName As String, accountUpdatePayload As AccountUpdate) As Account

パラメーター

operations
IAccountsOperations

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

resourceGroupName
String

リソース グループ名。

accountName
String

アカウント名。

accountUpdatePayload
AccountUpdate

アカウントが更新されました。

戻り値

適用対象