C# Class Microsoft.Azure.Management.HDInsight.Models.AzureStorageInfo

Gets or sets the StorageAccountName, StorageAccountKey and StorageContainer for the Azure Blob Storage Account.
Inheritance: StorageInfo
Show file Open project: Azure/azure-sdk-for-net Class Usage Examples

Public Methods

Method Description
AzureStorageInfo ( string storageAccountName, string storageAccountKey, string storageContainer = "" ) : System

Initializes a new instance of the AzureStorageInfo class.

Method Details

AzureStorageInfo() public method

Initializes a new instance of the AzureStorageInfo class.
public AzureStorageInfo ( string storageAccountName, string storageAccountKey, string storageContainer = "" ) : System
storageAccountName string Fully Qualified StorageAccountName for the Azure Blob Storage Account.
storageAccountKey string StorageKey for the Azure Blob Storage Account.
storageContainer string StorageContainer for the Azure Blob Storage Account. The cluster will leverage to store some cluster level files.
return System