Freigeben über


StorageAccountsOperationsExtensions.ListStorageContainersAsync Methode

Definition

Listet ggf. die Azure Storage-Container auf, die der angegebenen Kombination aus Data Lake Analytics und Azure Storage-Konto zugeordnet sind. Die Antwort enthält ggf. einen Link zur nächsten Seite mit Ergebnissen.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.StorageContainer>> ListStorageContainersAsync (this Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations operations, string resourceGroupName, string accountName, string storageAccountName, System.Threading.CancellationToken cancellationToken = default);
static member ListStorageContainersAsync : Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.StorageContainer>>
<Extension()>
Public Function ListStorageContainersAsync (operations As IStorageAccountsOperations, resourceGroupName As String, accountName As String, storageAccountName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of StorageContainer))

Parameter

operations
IStorageAccountsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Azure-Ressourcengruppe

accountName
String

Der Name des Data Lake Analytics-Kontos.

storageAccountName
String

Der Name des Azure-Speicherkontos, aus dem Blobcontainer aufgelistet werden sollen.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: