ClusterDefinition 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
ClusterDefinition() | |
ClusterDefinition(String, String, IDictionary<String,String>, Object) |
ClusterDefinition()
public ClusterDefinition ();
Public Sub New ()
Applies to
ClusterDefinition(String, String, IDictionary<String,String>, Object)
public ClusterDefinition (string blueprint = null, string kind = null, System.Collections.Generic.IDictionary<string,string> componentVersion = null, object configurations = null);
new Microsoft.Azure.Management.HDInsight.Models.ClusterDefinition : string * string * System.Collections.Generic.IDictionary<string, string> * obj -> Microsoft.Azure.Management.HDInsight.Models.ClusterDefinition
Public Sub New (Optional blueprint As String = null, Optional kind As String = null, Optional componentVersion As IDictionary(Of String, String) = null, Optional configurations As Object = null)
Parameters
- blueprint
- System.String
- kind
- System.String
- componentVersion
- System.Collections.Generic.IDictionary<System.String,System.String>
- configurations
- System.Object