WabStorageAccountConfiguration Constructors

Definition

Overloads

WabStorageAccountConfiguration(String, String)

Initializes a new instance of the WabStorageAccountConfiguration class.

WabStorageAccountConfiguration(String, String, String)

Initializes a new instance of the WabStorageAccountConfiguration class.

WabStorageAccountConfiguration(String, String)

Initializes a new instance of the WabStorageAccountConfiguration class.

public WabStorageAccountConfiguration (string accountName, string key);
new Microsoft.WindowsAzure.Management.HDInsight.WabStorageAccountConfiguration : string * string -> Microsoft.WindowsAzure.Management.HDInsight.WabStorageAccountConfiguration
Public Sub New (accountName As String, key As String)

Parameters

accountName
String

Account name of the Storage Account.

key
String

Key for the Storage Account.

Applies to

WabStorageAccountConfiguration(String, String, String)

Initializes a new instance of the WabStorageAccountConfiguration class.

public WabStorageAccountConfiguration (string accountName, string key, string container);
new Microsoft.WindowsAzure.Management.HDInsight.WabStorageAccountConfiguration : string * string * string -> Microsoft.WindowsAzure.Management.HDInsight.WabStorageAccountConfiguration
Public Sub New (accountName As String, key As String, container As String)

Parameters

accountName
String

Account name of the Storage Account.

key
String

Key for the Storage Account.

container
String

Container name of the Storage Account.

Applies to