DataLakeStoreAccountOperationsExtensions.GetAsync 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 Task<DataLakeStoreAccountGetResponse> GetAsync(
    this IDataLakeStoreAccountOperations operations,
    string resourceGroupName,
    string accountName
)
public:
[ExtensionAttribute]
static Task<DataLakeStoreAccountGetResponse^>^ GetAsync(
    IDataLakeStoreAccountOperations^ operations,
    String^ resourceGroupName,
    String^ accountName
)
static member GetAsync : 
        operations:IDataLakeStoreAccountOperations *
        resourceGroupName:string *
        accountName:string -> Task<DataLakeStoreAccountGetResponse>
<ExtensionAttribute>
Public Shared Function GetAsync (
    operations As IDataLakeStoreAccountOperations,
    resourceGroupName As String,
    accountName As String
) As Task(Of 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: System.Threading.Tasks.Task<DataLakeStoreAccountGetResponse>

Data Lake Store account information response.

See Also

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

Return to top