Partager via


DataLakeStoreAccountsOperationsExtensions.GetAsync Méthode

Définition

Obtient les détails du compte Data Lake Store spécifié dans le compte Data Lake Analytics spécifié.

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)

Paramètres

operations
IDataLakeStoreAccountsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Le nom du groupe de ressources Azure.

accountName
String

nom du compte Data Lake Analytics.

dataLakeStoreAccountName
String

Nom du compte Data Lake Store à récupérer

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à