ClusterCreateProperties コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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>
プライベート リンクの構成。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET