DataLakeStoreAccountsOperationsExtensions.GetAsync Method

Definition

Gets the specified Data Lake Store account details in the specified Data Lake Analytics account.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInfo> GetAsync (this Microsoft.Azure.Management.DataLake.Analytics.IDataLakeStoreAccountsOperations operations, string resourceGroupName, string accountName, string dataLakeStoreAccountName, System.Threading.CancellationToken cancellationToken = default);
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInformation> GetAsync (this Microsoft.Azure.Management.DataLake.Analytics.IDataLakeStoreAccountsOperations operations, string resourceGroupName, string accountName, string dataLakeStoreAccountName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.DataLake.Analytics.IDataLakeStoreAccountsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInfo>
static member GetAsync : Microsoft.Azure.Management.DataLake.Analytics.IDataLakeStoreAccountsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInformation>
<Extension()>
Public Function GetAsync (operations As IDataLakeStoreAccountsOperations, resourceGroupName As String, accountName As String, dataLakeStoreAccountName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DataLakeStoreAccountInfo)
<Extension()>
Public Function GetAsync (operations As IDataLakeStoreAccountsOperations, resourceGroupName As String, accountName As String, dataLakeStoreAccountName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DataLakeStoreAccountInformation)

Parameters

operations
IDataLakeStoreAccountsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the Azure resource group.

accountName
String

The name of the Data Lake Analytics account.

dataLakeStoreAccountName
String

The name of the Data Lake Store account to retrieve

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to