IDataLakeAnalyticsAccountOperations.DeleteDataLakeStoreAccountAsync Method (String, String, String, CancellationToken)

 

Updates the Data Lake Analytics account specified to remove the specified Data Lake Store account.

Namespace:   Microsoft.Azure.Management.DataLake.Analytics
Assembly:  Microsoft.Azure.Management.DataLake.Analytics (in Microsoft.Azure.Management.DataLake.Analytics.dll)

Syntax

Task<AzureOperationResponse> DeleteDataLakeStoreAccountAsync(
    string resourceGroupName,
    string accountName,
    string dataLakeStoreAccountName,
    CancellationToken cancellationToken
)
Task<AzureOperationResponse^>^ DeleteDataLakeStoreAccountAsync(
    String^ resourceGroupName,
    String^ accountName,
    String^ dataLakeStoreAccountName,
    CancellationToken cancellationToken
)
abstract DeleteDataLakeStoreAccountAsync : 
        resourceGroupName:string *
        accountName:string *
        dataLakeStoreAccountName:string *
        cancellationToken:CancellationToken -> Task<AzureOperationResponse>
Function DeleteDataLakeStoreAccountAsync (
    resourceGroupName As String,
    accountName As String,
    dataLakeStoreAccountName As String,
    cancellationToken As CancellationToken
) As Task(Of AzureOperationResponse)

Parameters

  • resourceGroupName
    Type: System.String

    The name of the resource group.

  • accountName
    Type: System.String

    The Data Lake Analytics account name to remove the Data Lake Store account from

  • dataLakeStoreAccountName
    Type: System.String

    The name of the Data Lake Store account to remove

Return Value

Type: System.Threading.Tasks.Task<AzureOperationResponse>

A standard service response including an HTTP status code and request ID.

See Also

IDataLakeAnalyticsAccountOperations Interface
Microsoft.Azure.Management.DataLake.Analytics Namespace

Return to top