次の方法で共有


DataLakeStoreAccountsOperationsExtensions.DeleteAsync メソッド

定義

指定した Data Lake Store アカウントを削除するために指定したData Lake Analytics アカウントを更新します。

public static System.Threading.Tasks.Task DeleteAsync (this Microsoft.Azure.Management.DataLake.Analytics.IDataLakeStoreAccountsOperations operations, string resourceGroupName, string accountName, string dataLakeStoreAccountName, System.Threading.CancellationToken cancellationToken = default);
static member DeleteAsync : Microsoft.Azure.Management.DataLake.Analytics.IDataLakeStoreAccountsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteAsync (operations As IDataLakeStoreAccountsOperations, resourceGroupName As String, accountName As String, dataLakeStoreAccountName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

パラメーター

operations
IDataLakeStoreAccountsOperations

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

resourceGroupName
String

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

accountName
String

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

dataLakeStoreAccountName
String

削除する Data Lake Store アカウントの名前

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象