Sdílet prostřednictvím


ClusterCreateParametersExtended Constructors

Definition

Overloads

ClusterCreateParametersExtended()

Initializes a new instance of the ClusterCreateParametersExtended class.

ClusterCreateParametersExtended(String, IDictionary<String,String>, IList<String>, ClusterCreateProperties, ClusterIdentity)

Initializes a new instance of the ClusterCreateParametersExtended class.

ClusterCreateParametersExtended()

Initializes a new instance of the ClusterCreateParametersExtended class.

public ClusterCreateParametersExtended ();
Public Sub New ()

Applies to

ClusterCreateParametersExtended(String, IDictionary<String,String>, IList<String>, ClusterCreateProperties, ClusterIdentity)

Initializes a new instance of the ClusterCreateParametersExtended class.

public ClusterCreateParametersExtended (string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, System.Collections.Generic.IList<string> zones = default, Microsoft.Azure.Management.HDInsight.Models.ClusterCreateProperties properties = default, Microsoft.Azure.Management.HDInsight.Models.ClusterIdentity identity = default);
new Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParametersExtended : string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.HDInsight.Models.ClusterCreateProperties * Microsoft.Azure.Management.HDInsight.Models.ClusterIdentity -> Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParametersExtended
Public Sub New (Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional zones As IList(Of String) = Nothing, Optional properties As ClusterCreateProperties = Nothing, Optional identity As ClusterIdentity = Nothing)

Parameters

location
String

The location of the cluster.

tags
IDictionary<String,String>

The resource tags.

zones
IList<String>

The availability zones.

properties
ClusterCreateProperties

The cluster create parameters.

identity
ClusterIdentity

The identity of the cluster, if configured.

Applies to