DataLakeAnalyticsAccountOperationsExtensions.DeleteStorageAccount Method (IDataLakeAnalyticsAccountOperations, String, String, String)

 

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

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

Parameters

  • resourceGroupName
    Type: System.String

    Required. The name of the resource group.

  • accountName
    Type: System.String

    Required. The Data Lake Analytics account name to remove the Azure Storage account from

  • storageAccountName
    Type: System.String

    Required. The name of the Azure Storage account to remove

Return Value

Type: Microsoft.Azure.AzureOperationResponse

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

See Also

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

Return to top