DataLakeAnalyticsAccountOperationsExtensions.BeginDelete Method (IDataLakeAnalyticsAccountOperations, String, String)

 

Begins the delete delete process for the Data Lake Analytics account object specified by the account name.

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

Syntax

public static AzureAsyncOperationResponse BeginDelete(
    this IDataLakeAnalyticsAccountOperations operations,
    string resourceGroupName,
    string accountName
)
public:
[ExtensionAttribute]
static AzureAsyncOperationResponse^ BeginDelete(
    IDataLakeAnalyticsAccountOperations^ operations,
    String^ resourceGroupName,
    String^ accountName
)
static member BeginDelete : 
        operations:IDataLakeAnalyticsAccountOperations *
        resourceGroupName:string *
        accountName:string -> AzureAsyncOperationResponse
<ExtensionAttribute>
Public Shared Function BeginDelete (
    operations As IDataLakeAnalyticsAccountOperations,
    resourceGroupName As String,
    accountName As String
) As AzureAsyncOperationResponse

Parameters

  • resourceGroupName
    Type: System.String

    Required. The name of the resource group.

  • accountName
    Type: System.String

    Required. The name of the account to delete

Return Value

Type: Microsoft.Azure.Management.DataLake.Analytics.Models.AzureAsyncOperationResponse

The response body contains the status of the specified asynchronous operation, indicating whether it has succeeded, is inprogress, or has failed. Note that this status is distinct from the HTTP status code returned for the Get Operation Status operation itself. If the asynchronous operation succeeded, the response body includes the HTTP status code for the successful request. If the asynchronous operation failed, the response body includes the HTTP status code for the failed request and error information regarding the failure.

See Also

DataLakeAnalyticsAccountOperationsExtensions Class
Microsoft.Azure.Management.DataLake.Analytics Namespace

Return to top