ClusterCreateParametersExtended 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
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.
- properties
- ClusterCreateProperties
The cluster create parameters.
- identity
- ClusterIdentity
The identity of the cluster, if configured.
Applies to
Azure SDK for .NET