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

 

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

public static Task<ListBlobContainersResponse> ListStorageContainersAsync(
    this IDataLakeAnalyticsAccountOperations operations,
    string resourceGroupName,
    string accountName,
    string storageAccountName
)
public:
[ExtensionAttribute]
static Task<ListBlobContainersResponse^>^ ListStorageContainersAsync(
    IDataLakeAnalyticsAccountOperations^ operations,
    String^ resourceGroupName,
    String^ accountName,
    String^ storageAccountName
)
static member ListStorageContainersAsync : 
        operations:IDataLakeAnalyticsAccountOperations *
        resourceGroupName:string *
        accountName:string *
        storageAccountName:string -> Task<ListBlobContainersResponse>
<ExtensionAttribute>
Public Shared Function ListStorageContainersAsync (
    operations As IDataLakeAnalyticsAccountOperations,
    resourceGroupName As String,
    accountName As String,
    storageAccountName As String
) As Task(Of ListBlobContainersResponse)

Parameters

  • resourceGroupName
    Type: System.String

    Required. The name of the resource group.

  • accountName
    Type: System.String

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

  • storageAccountName
    Type: System.String

    Required. 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

DataLakeAnalyticsAccountOperationsExtensions Class
Microsoft.Azure.Management.DataLake.Analytics Namespace

Return to top