Freigeben über


AccountOperationsExtensions.GetAsync Methode

Definition

Ruft Details des angegebenen Data Lake Analytics-Kontos ab.

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

Parameter

operations
IAccountOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Azure-Ressourcengruppe, die das Data Lake Analytics Konto enthält.

accountName
String

Der Name des abzurufenden Data Lake Analytics Kontos.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: