IDataLakeAnalyticsAccountOperations.GetAsync Method (String, String, CancellationToken)
Gets the Data Lake Analytics account object specified by the account name.
Namespace: Microsoft.Azure.Management.DataLake.Analytics
Assembly: Microsoft.Azure.Management.DataLake.Analytics (in Microsoft.Azure.Management.DataLake.Analytics.dll)
Syntax
Task<DataLakeAnalyticsAccountGetResponse> GetAsync(
string resourceGroupName,
string accountName,
CancellationToken cancellationToken
)
Task<DataLakeAnalyticsAccountGetResponse^>^ GetAsync(
String^ resourceGroupName,
String^ accountName,
CancellationToken cancellationToken
)
abstract GetAsync :
resourceGroupName:string *
accountName:string *
cancellationToken:CancellationToken -> Task<DataLakeAnalyticsAccountGetResponse>
Function GetAsync (
resourceGroupName As String,
accountName As String,
cancellationToken As CancellationToken
) As Task(Of DataLakeAnalyticsAccountGetResponse)
Parameters
resourceGroupName
Type: System.StringThe name of the resource group.
accountName
Type: System.StringThe name of the account to retrieve
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<DataLakeAnalyticsAccountGetResponse>
Data Lake Analytics Account information response.
See Also
IDataLakeAnalyticsAccountOperations Interface
Microsoft.Azure.Management.DataLake.Analytics Namespace
Return to top