Partager via


ClusterCreateProperties Constructeurs

Définition

Surcharges

ClusterCreateProperties()

Initialise une nouvelle instance de la classe ClusterCreateProperties.

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

Initialise une nouvelle instance de la classe ClusterCreateProperties.

ClusterCreateProperties()

Initialise une nouvelle instance de la classe ClusterCreateProperties.

public ClusterCreateProperties ();
Public Sub New ()

S’applique à

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

Initialise une nouvelle instance de la classe ClusterCreateProperties.

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)

Paramètres

clusterVersion
String

Version du cluster.

osType
String

Le type de système d’exploitation. Les valeurs possibles sont les suivantes : « Windows », « Linux »

tier
String

Niveau cluster. Les valeurs possibles sont les suivantes : 'Standard', 'Premium'

clusterDefinition
ClusterDefinition

Définition du cluster.

kafkaRestProperties
KafkaRestProperties

Configuration du proxy rest kafka de cluster.

securityProfile
SecurityProfile

Profil de sécurité.

computeProfile
ComputeProfile

Profil de calcul.

storageProfile
StorageProfile

Profil de stockage.

diskEncryptionProperties
DiskEncryptionProperties

Propriétés de chiffrement de disque.

encryptionInTransitProperties
EncryptionInTransitProperties

Propriétés de chiffrement en transit.

minSupportedTlsVersion
String

Version minimale de TLS prise en charge.

networkProperties
NetworkProperties

Propriétés réseau.

computeIsolationProperties
ComputeIsolationProperties

Propriétés d’isolation de calcul.

privateLinkConfigurations
IList<PrivateLinkConfiguration>

Configurations de liaison privée.

S’applique à