DataLakeAnalyticsAccountOperationsExtensions.AddDataLakeStoreAccountAsync Method (IDataLakeAnalyticsAccountOperations, String, String, String, AddDataLakeStoreParameters)
Updates the Data Lake Analytics account specified to include the additional Data Lake Store 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> AddDataLakeStoreAccountAsync(
this IDataLakeAnalyticsAccountOperations operations,
string resourceGroupName,
string accountName,
string dataLakeStoreAccountName,
AddDataLakeStoreParameters parameters
)
public:
[ExtensionAttribute]
static Task<AzureOperationResponse^>^ AddDataLakeStoreAccountAsync(
IDataLakeAnalyticsAccountOperations^ operations,
String^ resourceGroupName,
String^ accountName,
String^ dataLakeStoreAccountName,
AddDataLakeStoreParameters^ parameters
)
static member AddDataLakeStoreAccountAsync :
operations:IDataLakeAnalyticsAccountOperations *
resourceGroupName:string *
accountName:string *
dataLakeStoreAccountName:string *
parameters:AddDataLakeStoreParameters -> Task<AzureOperationResponse>
<ExtensionAttribute>
Public Shared Function AddDataLakeStoreAccountAsync (
operations As IDataLakeAnalyticsAccountOperations,
resourceGroupName As String,
accountName As String,
dataLakeStoreAccountName As String,
parameters As AddDataLakeStoreParameters
) 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 Data Lake Store account to
dataLakeStoreAccountName
Type: System.StringRequired. The name of the Data Lake Store account to add
parameters
Type: Microsoft.Azure.Management.DataLake.Analytics.Models.AddDataLakeStoreParametersOptional. The parameters containing the optional properties associated with the named Data Lake 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