次の方法で共有


AccountsOperationsExtensions.Create メソッド

定義

アカウントを作成または更新します。

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

パラメーター

operations
IAccountsOperations

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

resourceGroupName
String

リソース グループ名。

accountName
String

アカウント名。

account
Account

アカウントの詳細。

戻り値

適用対象