DataLakeAnalyticsAccountOperationsExtensions.GetDataLakeStoreAccount Method (IDataLakeAnalyticsAccountOperations, String, String, String)
Gets the specified Data Lake Store account details in the specified Data Lake Analytics account.
Namespace: Microsoft.Azure.Management.DataLake.Analytics
Assembly: Microsoft.Azure.Management.DataLake.Analytics (in Microsoft.Azure.Management.DataLake.Analytics.dll)
Syntax
public static DataLakeAnalyticsAccountGetDataLakeStoreAccountResponse GetDataLakeStoreAccount(
this IDataLakeAnalyticsAccountOperations operations,
string resourceGroupName,
string accountName,
string dataLakeStoreAccountName
)
public:
[ExtensionAttribute]
static DataLakeAnalyticsAccountGetDataLakeStoreAccountResponse^ GetDataLakeStoreAccount(
IDataLakeAnalyticsAccountOperations^ operations,
String^ resourceGroupName,
String^ accountName,
String^ dataLakeStoreAccountName
)
static member GetDataLakeStoreAccount :
operations:IDataLakeAnalyticsAccountOperations *
resourceGroupName:string *
accountName:string *
dataLakeStoreAccountName:string -> DataLakeAnalyticsAccountGetDataLakeStoreAccountResponse
<ExtensionAttribute>
Public Shared Function GetDataLakeStoreAccount (
operations As IDataLakeAnalyticsAccountOperations,
resourceGroupName As String,
accountName As String,
dataLakeStoreAccountName As String
) As DataLakeAnalyticsAccountGetDataLakeStoreAccountResponse
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 name of the account to retrieve the Data Lake Store account details from
dataLakeStoreAccountName
Type: System.StringRequired. The name of the account to retrieve
Return Value
Data Lake Account information response.
See Also
DataLakeAnalyticsAccountOperationsExtensions Class
Microsoft.Azure.Management.DataLake.Analytics Namespace
Return to top