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

  • resourceGroupName
    Type: System.String

    Required. The name of the resource group.

  • accountName
    Type: System.String

    Required. The name of the account to retrieve the Data Lake Store account details from

  • dataLakeStoreAccountName
    Type: System.String

    Required. The name of the account to retrieve

Return Value

Type: Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccountGetDataLakeStoreAccountResponse

Data Lake Account information response.

See Also

DataLakeAnalyticsAccountOperationsExtensions Class
Microsoft.Azure.Management.DataLake.Analytics Namespace

Return to top