IDataLakeAnalyticsAccountOperations.DeleteStorageAccountAsync Method (String, String, String, CancellationToken)
Updates the Data Lake Analytics account specified to remove the specified Azure Storage account.
Namespace: Microsoft.Azure.Management.DataLake.Analytics
Assembly: Microsoft.Azure.Management.DataLake.Analytics (in Microsoft.Azure.Management.DataLake.Analytics.dll)
Syntax
Task<AzureOperationResponse> DeleteStorageAccountAsync(
string resourceGroupName,
string accountName,
string storageAccountName,
CancellationToken cancellationToken
)
Task<AzureOperationResponse^>^ DeleteStorageAccountAsync(
String^ resourceGroupName,
String^ accountName,
String^ storageAccountName,
CancellationToken cancellationToken
)
abstract DeleteStorageAccountAsync :
resourceGroupName:string *
accountName:string *
storageAccountName:string *
cancellationToken:CancellationToken -> Task<AzureOperationResponse>
Function DeleteStorageAccountAsync (
resourceGroupName As String,
accountName As String,
storageAccountName As String,
cancellationToken As CancellationToken
) As Task(Of AzureOperationResponse)
Parameters
resourceGroupName
Type: System.StringThe name of the resource group.
accountName
Type: System.StringThe Data Lake Analytics account name to remove the Azure Storage account from
storageAccountName
Type: System.StringThe name of the Azure Storage account to remove
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
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