Aracılığıyla paylaş


ClusterDefinition Constructors

Definition

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