IDataLakeAnalyticsAccountOperations.ListStorageContainersAsync Method (String, String, String, CancellationToken)

 

Gets the Azure Storage containers object associated with the specified Data Lake Analytics and Azure Storage accounts.

Namespace:   Microsoft.Azure.Management.DataLake.Analytics
Assembly:  Microsoft.Azure.Management.DataLake.Analytics (in Microsoft.Azure.Management.DataLake.Analytics.dll)

Syntax

Task<ListBlobContainersResponse> ListStorageContainersAsync(
    string resourceGroupName,
    string accountName,
    string storageAccountName,
    CancellationToken cancellationToken
)
Task<ListBlobContainersResponse^>^ ListStorageContainersAsync(
    String^ resourceGroupName,
    String^ accountName,
    String^ storageAccountName,
    CancellationToken cancellationToken
)
abstract ListStorageContainersAsync : 
        resourceGroupName:string *
        accountName:string *
        storageAccountName:string *
        cancellationToken:CancellationToken -> Task<ListBlobContainersResponse>
Function ListStorageContainersAsync (
    resourceGroupName As String,
    accountName As String,
    storageAccountName As String,
    cancellationToken As CancellationToken
) As Task(Of ListBlobContainersResponse)

Parameters

  • resourceGroupName
    Type: System.String

    The name of the resource group.

  • accountName
    Type: System.String

    The name of the Data Lake Analytics account to retrieve blob containers for

  • storageAccountName
    Type: System.String

    The name of the Azure storage account to retrieve blob containers from

Return Value

Type: System.Threading.Tasks.Task<ListBlobContainersResponse>

The list of blob containers associated with the storage account attached to the Data Lake Analytics account.

See Also

IDataLakeAnalyticsAccountOperations Interface
Microsoft.Azure.Management.DataLake.Analytics Namespace

Return to top