AzureStorageInfo(String, String, String) Constructor

Definition

Initializes a new instance of the AzureStorageInfo class.

public AzureStorageInfo (string storageAccountName, string storageAccountKey, string storageContainer = "");
new Microsoft.Azure.Management.HDInsight.Models.AzureStorageInfo : string * string * string -> Microsoft.Azure.Management.HDInsight.Models.AzureStorageInfo
Public Sub New (storageAccountName As String, storageAccountKey As String, Optional storageContainer As String = "")

Parameters

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.

Applies to