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