DataLakeAnalyticsAccountOperationsExtensions.ListStorageContainers 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 ListBlobContainersResponse ListStorageContainers(
    this IDataLakeAnalyticsAccountOperations operations,
    string resourceGroupName,
    string accountName,
    string storageAccountName
)
public:
[ExtensionAttribute]
static ListBlobContainersResponse^ ListStorageContainers(
    IDataLakeAnalyticsAccountOperations^ operations,
    String^ resourceGroupName,
    String^ accountName,
    String^ storageAccountName
)
static member ListStorageContainers : 
        operations:IDataLakeAnalyticsAccountOperations *
        resourceGroupName:string *
        accountName:string *
        storageAccountName:string -> ListBlobContainersResponse
<ExtensionAttribute>
Public Shared Function ListStorageContainers (
    operations As IDataLakeAnalyticsAccountOperations,
    resourceGroupName As String,
    accountName As String,
    storageAccountName As String
) As 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: Microsoft.Azure.Management.DataLake.Analytics.Models.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