次の方法で共有


ClusterCreateProperties コンストラクター

定義

オーバーロード

ClusterCreateProperties()

ClusterCreateProperties クラスの新しいインスタンスを初期化します。

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

ClusterCreateProperties クラスの新しいインスタンスを初期化します。

ClusterCreateProperties()

ClusterCreateProperties クラスの新しいインスタンスを初期化します。

public ClusterCreateProperties ();
Public Sub New ()

適用対象

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

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)

パラメーター

clusterVersion
String

クラスターのバージョン。

osType
String

オペレーティング システムの種類。 使用可能な値は、'Windows'、'Linux' です。

tier
String

クラスター層。 使用可能な値は、'Standard'、'Premium' です。

clusterDefinition
ClusterDefinition

クラスター定義。

kafkaRestProperties
KafkaRestProperties

クラスター kafka rest プロキシの構成。

securityProfile
SecurityProfile

セキュリティ プロファイル。

computeProfile
ComputeProfile

コンピューティング プロファイル。

storageProfile
StorageProfile

ストレージ プロファイル。

diskEncryptionProperties
DiskEncryptionProperties

ディスク暗号化のプロパティ。

encryptionInTransitProperties
EncryptionInTransitProperties

転送中の暗号化プロパティ。

minSupportedTlsVersion
String

サポートされている最小 tls バージョン。

networkProperties
NetworkProperties

ネットワーク プロパティ。

computeIsolationProperties
ComputeIsolationProperties

コンピューティング分離プロパティ。

privateLinkConfigurations
IList<PrivateLinkConfiguration>

プライベート リンクの構成。

適用対象