次の方法で共有


AccountsOperationsExtensions.BeginDelete メソッド

定義

アカウント名で指定されたData Lake Analytics アカウント オブジェクトの削除プロセスを開始します。

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

パラメーター

operations
IAccountsOperations

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

resourceGroupName
String

Azure リソース グループの名前。

accountName
String

Data Lake Analytics アカウントの名前。

適用対象