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() |
Initializes a new instance of the ClusterDefinition class. |
ClusterDefinition(String, String, IDictionary<String,String>, Object) |
Initializes a new instance of the ClusterDefinition class. |
ClusterDefinition()
Initializes a new instance of the ClusterDefinition class.
public ClusterDefinition ();
Public Sub New ()
Applies to
ClusterDefinition(String, String, IDictionary<String,String>, Object)
Initializes a new instance of the ClusterDefinition class.
public ClusterDefinition (string blueprint = default, string kind = default, System.Collections.Generic.IDictionary<string,string> componentVersion = default, object configurations = default);
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 = Nothing, Optional kind As String = Nothing, Optional componentVersion As IDictionary(Of String, String) = Nothing, Optional configurations As Object = Nothing)
Parameters
- blueprint
- String
The link to the blueprint.
- kind
- String
The type of cluster.
- componentVersion
- IDictionary<String,String>
The versions of different services in the cluster.
- configurations
- Object
The cluster configurations.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET