ClusterConfigurations 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
ClusterConfigurations() |
Initializes a new instance of the ClusterConfigurations class. |
ClusterConfigurations(IDictionary<String,IDictionary<String,String>>) |
Initializes a new instance of the ClusterConfigurations class. |
ClusterConfigurations()
Initializes a new instance of the ClusterConfigurations class.
public ClusterConfigurations ();
Public Sub New ()
Applies to
ClusterConfigurations(IDictionary<String,IDictionary<String,String>>)
Initializes a new instance of the ClusterConfigurations class.
public ClusterConfigurations (System.Collections.Generic.IDictionary<string,System.Collections.Generic.IDictionary<string,string>> configurations = default);
new Microsoft.Azure.Management.HDInsight.Models.ClusterConfigurations : System.Collections.Generic.IDictionary<string, System.Collections.Generic.IDictionary<string, string>> -> Microsoft.Azure.Management.HDInsight.Models.ClusterConfigurations
Public Sub New (Optional configurations As IDictionary(Of String, IDictionary(Of String, String)) = Nothing)
Parameters
- configurations
- IDictionary<String,IDictionary<String,String>>
The configuration object for the specified configuration for the specified cluster.
Applies to
Azure SDK for .NET