DataLakeStoreAccountOperationsExtensions.Get Method (IDataLakeStoreAccountOperations, String, String)

 

Gets the Data Lake Store account object specified by the account name.

Namespace:   Microsoft.Azure.Management.DataLake.Store
Assembly:  Microsoft.Azure.Management.DataLake.Store (in Microsoft.Azure.Management.DataLake.Store.dll)

Syntax

public static DataLakeStoreAccountGetResponse Get(
    this IDataLakeStoreAccountOperations operations,
    string resourceGroupName,
    string accountName
)
public:
[ExtensionAttribute]
static DataLakeStoreAccountGetResponse^ Get(
    IDataLakeStoreAccountOperations^ operations,
    String^ resourceGroupName,
    String^ accountName
)
static member Get : 
        operations:IDataLakeStoreAccountOperations *
        resourceGroupName:string *
        accountName:string -> DataLakeStoreAccountGetResponse
<ExtensionAttribute>
Public Shared Function Get (
    operations As IDataLakeStoreAccountOperations,
    resourceGroupName As String,
    accountName As String
) As DataLakeStoreAccountGetResponse

Parameters

  • resourceGroupName
    Type: System.String

    Required. The name of the resource group.

  • accountName
    Type: System.String

    Required. The name of the account to retrieve

Return Value

Type: Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccountGetResponse

Data Lake Store account information response.

See Also

DataLakeStoreAccountOperationsExtensions Class
Microsoft.Azure.Management.DataLake.Store Namespace

Return to top