IDataLakeAnalyticsAccountOperations.AddStorageAccountAsync Method (String, String, String, AddStorageAccountParameters, CancellationToken)

 

Updates the Data Lake Analytics account specified to include the additional 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> AddStorageAccountAsync(
    string resourceGroupName,
    string accountName,
    string storageAccountName,
    AddStorageAccountParameters parameters,
    CancellationToken cancellationToken
)
Task<AzureOperationResponse^>^ AddStorageAccountAsync(
    String^ resourceGroupName,
    String^ accountName,
    String^ storageAccountName,
    AddStorageAccountParameters^ parameters,
    CancellationToken cancellationToken
)
abstract AddStorageAccountAsync : 
        resourceGroupName:string *
        accountName:string *
        storageAccountName:string *
        parameters:AddStorageAccountParameters *
        cancellationToken:CancellationToken -> Task<AzureOperationResponse>
Function AddStorageAccountAsync (
    resourceGroupName As String,
    accountName As String,
    storageAccountName As String,
    parameters As AddStorageAccountParameters,
    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 add the Azure Storage account to

  • storageAccountName
    Type: System.String

    The name of the Azure Storage account to add

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