ClusterCreateRequestValidationParameters 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
ClusterCreateRequestValidationParameters() |
Initializes a new instance of the ClusterCreateRequestValidationParameters class. |
ClusterCreateRequestValidationParameters(String, IDictionary<String, String>, IList<String>, ClusterCreateProperties, ClusterIdentity, String, String, String, Nullable<Boolean>) |
Initializes a new instance of the ClusterCreateRequestValidationParameters class. |
ClusterCreateRequestValidationParameters()
Initializes a new instance of the ClusterCreateRequestValidationParameters class.
public ClusterCreateRequestValidationParameters ();
Public Sub New ()
Applies to
ClusterCreateRequestValidationParameters(String, IDictionary<String, String>, IList<String>, ClusterCreateProperties, ClusterIdentity, String, String, String, Nullable<Boolean>)
Initializes a new instance of the ClusterCreateRequestValidationParameters class.
public ClusterCreateRequestValidationParameters (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, string name = default, string type = default, string tenantId = default, bool? fetchAaddsResource = default);
new Microsoft.Azure.Management.HDInsight.Models.ClusterCreateRequestValidationParameters : string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.HDInsight.Models.ClusterCreateProperties * Microsoft.Azure.Management.HDInsight.Models.ClusterIdentity * string * string * string * Nullable<bool> -> Microsoft.Azure.Management.HDInsight.Models.ClusterCreateRequestValidationParameters
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, Optional name As String = Nothing, Optional type As String = Nothing, Optional tenantId As String = Nothing, Optional fetchAaddsResource As Nullable(Of Boolean) = 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.
- name
- String
The cluster name.
- type
- String
The resource type.
- tenantId
- String
The tenant id.
Applies to
Azure SDK for .NET