DataLakeStoreAccountInformationCollection.GetAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient les détails du compte Data Lake Store spécifié dans le compte Data Lake Analytics spécifié.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/dataLakeStoreAccounts/{dataLakeStoreAccountName}
- IdDataLakeStoreAccounts_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DataLakeAnalytics.DataLakeStoreAccountInformationResource>> GetAsync (string dataLakeStoreAccountName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DataLakeAnalytics.DataLakeStoreAccountInformationResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DataLakeAnalytics.DataLakeStoreAccountInformationResource>>
Public Overridable Function GetAsync (dataLakeStoreAccountName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DataLakeStoreAccountInformationResource))
Paramètres
- dataLakeStoreAccountName
- String
Nom du compte Data Lake Store à récupérer.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
dataLakeStoreAccountName
est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.
dataLakeStoreAccountName
a la valeur null.
S’applique à
Azure SDK for .NET