DataLakeAnalyticsClient.AddDataLakeStoreAccount Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AddDataLakeStoreAccount(String, String, DataLakeStoreAccountInfo) | |
AddDataLakeStoreAccount(String, String, DataLakeStoreAccountInformation) |
AddDataLakeStoreAccount(String, String, DataLakeStoreAccountInfo)
public void AddDataLakeStoreAccount (string resourceGroupName, string accountName, Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInfo storageToAdd);
member this.AddDataLakeStoreAccount : string * string * Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInfo -> unit
Public Sub AddDataLakeStoreAccount (resourceGroupName As String, accountName As String, storageToAdd As DataLakeStoreAccountInfo)
Parameters
- resourceGroupName
- String
- accountName
- String
- storageToAdd
- DataLakeStoreAccountInfo
Applies to
AddDataLakeStoreAccount(String, String, DataLakeStoreAccountInformation)
public void AddDataLakeStoreAccount (string resourceGroupName, string accountName, Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInformation storageToAdd);
member this.AddDataLakeStoreAccount : string * string * Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInformation -> unit
Public Sub AddDataLakeStoreAccount (resourceGroupName As String, accountName As String, storageToAdd As DataLakeStoreAccountInformation)
Parameters
- resourceGroupName
- String
- accountName
- String
- storageToAdd
- DataLakeStoreAccountInformation