Share via


ClusterCreateProperties Constructors

Definition

Overloads

ClusterCreateProperties()

Initializes a new instance of the ClusterCreateProperties class.

ClusterCreateProperties(String, String, String, ClusterDefinition, KafkaRestProperties, SecurityProfile, ComputeProfile, StorageProfile, DiskEncryptionProperties, EncryptionInTransitProperties, String, NetworkProperties, ComputeIsolationProperties, IList<PrivateLinkConfiguration>)

Initializes a new instance of the ClusterCreateProperties class.

ClusterCreateProperties()

Initializes a new instance of the ClusterCreateProperties class.

public ClusterCreateProperties ();
Public Sub New ()

Applies to

ClusterCreateProperties(String, String, String, ClusterDefinition, KafkaRestProperties, SecurityProfile, ComputeProfile, StorageProfile, DiskEncryptionProperties, EncryptionInTransitProperties, String, NetworkProperties, ComputeIsolationProperties, IList<PrivateLinkConfiguration>)

Initializes a new instance of the ClusterCreateProperties class.

public ClusterCreateProperties (string clusterVersion = default, string osType = default, string tier = default, Microsoft.Azure.Management.HDInsight.Models.ClusterDefinition clusterDefinition = default, Microsoft.Azure.Management.HDInsight.Models.KafkaRestProperties kafkaRestProperties = default, Microsoft.Azure.Management.HDInsight.Models.SecurityProfile securityProfile = default, Microsoft.Azure.Management.HDInsight.Models.ComputeProfile computeProfile = default, Microsoft.Azure.Management.HDInsight.Models.StorageProfile storageProfile = default, Microsoft.Azure.Management.HDInsight.Models.DiskEncryptionProperties diskEncryptionProperties = default, Microsoft.Azure.Management.HDInsight.Models.EncryptionInTransitProperties encryptionInTransitProperties = default, string minSupportedTlsVersion = default, Microsoft.Azure.Management.HDInsight.Models.NetworkProperties networkProperties = default, Microsoft.Azure.Management.HDInsight.Models.ComputeIsolationProperties computeIsolationProperties = default, System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.PrivateLinkConfiguration> privateLinkConfigurations = default);
new Microsoft.Azure.Management.HDInsight.Models.ClusterCreateProperties : string * string * string * Microsoft.Azure.Management.HDInsight.Models.ClusterDefinition * Microsoft.Azure.Management.HDInsight.Models.KafkaRestProperties * Microsoft.Azure.Management.HDInsight.Models.SecurityProfile * Microsoft.Azure.Management.HDInsight.Models.ComputeProfile * Microsoft.Azure.Management.HDInsight.Models.StorageProfile * Microsoft.Azure.Management.HDInsight.Models.DiskEncryptionProperties * Microsoft.Azure.Management.HDInsight.Models.EncryptionInTransitProperties * string * Microsoft.Azure.Management.HDInsight.Models.NetworkProperties * Microsoft.Azure.Management.HDInsight.Models.ComputeIsolationProperties * System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.PrivateLinkConfiguration> -> Microsoft.Azure.Management.HDInsight.Models.ClusterCreateProperties
Public Sub New (Optional clusterVersion As String = Nothing, Optional osType As String = Nothing, Optional tier As String = Nothing, Optional clusterDefinition As ClusterDefinition = Nothing, Optional kafkaRestProperties As KafkaRestProperties = Nothing, Optional securityProfile As SecurityProfile = Nothing, Optional computeProfile As ComputeProfile = Nothing, Optional storageProfile As StorageProfile = Nothing, Optional diskEncryptionProperties As DiskEncryptionProperties = Nothing, Optional encryptionInTransitProperties As EncryptionInTransitProperties = Nothing, Optional minSupportedTlsVersion As String = Nothing, Optional networkProperties As NetworkProperties = Nothing, Optional computeIsolationProperties As ComputeIsolationProperties = Nothing, Optional privateLinkConfigurations As IList(Of PrivateLinkConfiguration) = Nothing)

Parameters

clusterVersion
String

The version of the cluster.

osType
String

The type of operating system. Possible values include: 'Windows', 'Linux'

tier
String

The cluster tier. Possible values include: 'Standard', 'Premium'

clusterDefinition
ClusterDefinition

The cluster definition.

kafkaRestProperties
KafkaRestProperties

The cluster kafka rest proxy configuration.

securityProfile
SecurityProfile

The security profile.

computeProfile
ComputeProfile

The compute profile.

storageProfile
StorageProfile

The storage profile.

diskEncryptionProperties
DiskEncryptionProperties

The disk encryption properties.

encryptionInTransitProperties
EncryptionInTransitProperties

The encryption-in-transit properties.

minSupportedTlsVersion
String

The minimal supported tls version.

networkProperties
NetworkProperties

The network properties.

computeIsolationProperties
ComputeIsolationProperties

The compute isolation properties.

privateLinkConfigurations
IList<PrivateLinkConfiguration>

The private link configurations.

Applies to