次の方法で共有


AccountsOperationsExtensions.Delete メソッド

定義

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

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

パラメーター

operations
IAccountsOperations

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

resourceGroupName
String

リソース グループ名。

accountName
String

アカウント名。

適用対象