IDataLakeStoreAccountOperations.BeginDeleteAsync Method (String, String, CancellationToken)
Deletes the Data Lake Store account object specified by the account name.
Namespace: Microsoft.Azure.Management.DataLake.Store
Assembly: Microsoft.Azure.Management.DataLake.Store (in Microsoft.Azure.Management.DataLake.Store.dll)
Syntax
Task<AzureAsyncOperationResponse> BeginDeleteAsync(
string resourceGroupName,
string accountName,
CancellationToken cancellationToken
)
Task<AzureAsyncOperationResponse^>^ BeginDeleteAsync(
String^ resourceGroupName,
String^ accountName,
CancellationToken cancellationToken
)
abstract BeginDeleteAsync :
resourceGroupName:string *
accountName:string *
cancellationToken:CancellationToken -> Task<AzureAsyncOperationResponse>
Function BeginDeleteAsync (
resourceGroupName As String,
accountName As String,
cancellationToken As CancellationToken
) As Task(Of AzureAsyncOperationResponse)
Parameters
resourceGroupName
Type: System.StringThe name of the resource group.
accountName
Type: System.StringThe name of the account to delete
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<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
IDataLakeStoreAccountOperations Interface
Microsoft.Azure.Management.DataLake.Store Namespace
Return to top