StorageAccountsOperationsExtensions.GetStorageContainer Method

Definition

Gets the specified Azure Storage container associated with the given Data Lake Analytics and Azure Storage accounts.

public static Microsoft.Azure.Management.DataLake.Analytics.Models.StorageContainer GetStorageContainer (this Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations operations, string resourceGroupName, string accountName, string storageAccountName, string containerName);
static member GetStorageContainer : Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations * string * string * string * string -> Microsoft.Azure.Management.DataLake.Analytics.Models.StorageContainer
<Extension()>
Public Function GetStorageContainer (operations As IStorageAccountsOperations, resourceGroupName As String, accountName As String, storageAccountName As String, containerName As String) As 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 retrieve the blob container.

containerName
String

The name of the Azure storage container to retrieve

Returns

Applies to