Freigeben über


DataLakeStoreAccountsOperationsExtensions.DeleteAsync Methode

Definition

Updates das angegebene Data Lake Analytics-Konto, um das angegebene Data Lake Store-Konto zu entfernen.

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

Parameter

operations
IDataLakeStoreAccountsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Azure-Ressourcengruppe

accountName
String

Der Name des Data Lake Analytics-Kontos.

dataLakeStoreAccountName
String

Der Name des zu entfernenden Data Lake Store-Kontos.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: