StorageAccountsOperationsExtensions.ListStorageContainers Method

Definition

Lists the Azure Storage containers, if any, associated with the specified Data Lake Analytics and Azure Storage account combination. The response includes a link to the next page of results, if any.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.StorageContainer> ListStorageContainers (this Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations operations, string resourceGroupName, string accountName, string storageAccountName);
static member ListStorageContainers : Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.StorageContainer>
<Extension()>
Public Function ListStorageContainers (operations As IStorageAccountsOperations, resourceGroupName As String, accountName As String, storageAccountName As String) As IPage(Of StorageContainer)

Parameters

operations
IStorageAccountsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the Azure resource group.

accountName
String

The name of the Data Lake Analytics account.

storageAccountName
String

The name of the Azure storage account from which to list blob containers.

Returns

Applies to