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
operations
Type: Microsoft.Azure.Management.DataLake.Analytics.IDataLakeAnalyticsAccountOperationsReference to the Microsoft.Azure.Management.DataLake.Analytics.IDataLakeAnalyticsAccountOperations.
resourceGroupName
Type: System.StringRequired. The name of the resource group.
accountName
Type: System.StringRequired. The name of the Data Lake Analytics account to retrieve blob containers for
storageAccountName
Type: System.StringRequired. 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