Partager via


AccountOperationsExtensions.GetAsync Méthode

Définition

Obtient le compte Data Lake Store spécifié.

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

Paramètres

operations
IAccountOperations

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

resourceGroupName
String

Nom du groupe de ressources Azure qui contient le compte Data Lake Store.

name
String

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

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à