DataLakeAnalyticsAccountOperationsExtensions.AddStorageAccountAsync Method (IDataLakeAnalyticsAccountOperations, String, String, String, AddStorageAccountParameters)
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
public static Task<AzureOperationResponse> AddStorageAccountAsync(
this IDataLakeAnalyticsAccountOperations operations,
string resourceGroupName,
string accountName,
string storageAccountName,
AddStorageAccountParameters parameters
)
public:
[ExtensionAttribute]
static Task<AzureOperationResponse^>^ AddStorageAccountAsync(
IDataLakeAnalyticsAccountOperations^ operations,
String^ resourceGroupName,
String^ accountName,
String^ storageAccountName,
AddStorageAccountParameters^ parameters
)
static member AddStorageAccountAsync :
operations:IDataLakeAnalyticsAccountOperations *
resourceGroupName:string *
accountName:string *
storageAccountName:string *
parameters:AddStorageAccountParameters -> Task<AzureOperationResponse>
<ExtensionAttribute>
Public Shared Function AddStorageAccountAsync (
operations As IDataLakeAnalyticsAccountOperations,
resourceGroupName As String,
accountName As String,
storageAccountName As String,
parameters As AddStorageAccountParameters
) As Task(Of AzureOperationResponse)
Parameters
operations
Type: Microsoft.Azure.Management.DataLake.Analytics.IDataLakeAnalyticsAccountOperationsReference to the Microsoft.Azure.Management.DataLake.Analytics.IDataLakeAnalyticsAccountOperations.
resourceGroupName
Type: System.StringRequired. The name of the resource group.
accountName
Type: System.StringRequired. The Data Lake Analytics account name to add the Azure Storage account to
storageAccountName
Type: System.StringRequired. The name of the Azure Storage account to add
parameters
Type: Microsoft.Azure.Management.DataLake.Analytics.Models.AddStorageAccountParametersRequired. The parameters containing the access key and optional suffix for the Azure Storage Account.
Return Value
Type: System.Threading.Tasks.Task<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