Freigeben über


StorageAccountsOperationsExtensions.GetStorageContainerAsync Methode

Definition

Ruft den angegebenen Azure Storage-Container ab, der den angegebenen Data Lake Analytics- und Azure Storage-Konten zugeordnet ist.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Analytics.Models.StorageContainer> GetStorageContainerAsync (this Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations operations, string resourceGroupName, string accountName, string storageAccountName, string containerName, System.Threading.CancellationToken cancellationToken = default);
static member GetStorageContainerAsync : Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Analytics.Models.StorageContainer>
<Extension()>
Public Function GetStorageContainerAsync (operations As IStorageAccountsOperations, resourceGroupName As String, accountName As String, storageAccountName As String, containerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(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 der Blobcontainer abgerufen werden soll.

containerName
String

Der Name des abzurufenden Azure-Speichercontainers

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: