WabStorageAccountConfiguration Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET