次の方法で共有


AccountsOperationsExtensions.BeginDelete メソッド

定義

アカウントを削除します。

public static void BeginDelete (this Microsoft.Azure.Management.DeviceUpdate.IAccountsOperations operations, string resourceGroupName, string accountName);
static member BeginDelete : Microsoft.Azure.Management.DeviceUpdate.IAccountsOperations * string * string -> unit
<Extension()>
Public Sub BeginDelete (operations As IAccountsOperations, resourceGroupName As String, accountName As String)

パラメーター

operations
IAccountsOperations

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

resourceGroupName
String

リソース グループ名。

accountName
String

アカウント名。

適用対象