DataLakeAnalyticsAccountResource.GetDataLakeAnalyticsStorageAccountInformationAsync 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 le compte de stockage Azure spécifié lié au compte Data Lake Analytics donné.
- Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/storageAccounts/{storageAccountName}
- IdStorageAccounts_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DataLakeAnalytics.DataLakeAnalyticsStorageAccountInformationResource>> GetDataLakeAnalyticsStorageAccountInformationAsync (string storageAccountName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDataLakeAnalyticsStorageAccountInformationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DataLakeAnalytics.DataLakeAnalyticsStorageAccountInformationResource>>
override this.GetDataLakeAnalyticsStorageAccountInformationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DataLakeAnalytics.DataLakeAnalyticsStorageAccountInformationResource>>
Public Overridable Function GetDataLakeAnalyticsStorageAccountInformationAsync (storageAccountName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DataLakeAnalyticsStorageAccountInformationResource))
Paramètres
- storageAccountName
- String
Nom du compte de stockage Azure pour lequel récupérer les détails.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
storageAccountName
est une chaîne vide et devait être non vide.
storageAccountName
a la valeur null.