ClusterGetProperties コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ClusterGetProperties()
ClusterGetProperties クラスの新しいインスタンスを初期化します。
public ClusterGetProperties ();
Public Sub New ()
適用対象
ClusterGetProperties(ClusterDefinition, String, String, String, String, String, KafkaRestProperties, SecurityProfile, ComputeProfile, String, String, String, QuotaInfo, IList<Errors>, IList<ConnectivityEndpoint>, DiskEncryptionProperties, EncryptionInTransitProperties, StorageProfile, String, ExcludedServicesConfig, NetworkProperties, ComputeIsolationProperties, IList<PrivateLinkConfiguration>, IList<PrivateEndpointConnection>)
ClusterGetProperties クラスの新しいインスタンスを初期化します。
public ClusterGetProperties (Microsoft.Azure.Management.HDInsight.Models.ClusterDefinition clusterDefinition, string clusterVersion = default, string clusterHdpVersion = default, string osType = default, string tier = default, string clusterId = 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, string provisioningState = default, string createdDate = default, string clusterState = default, Microsoft.Azure.Management.HDInsight.Models.QuotaInfo quotaInfo = default, System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.Errors> errors = default, System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.ConnectivityEndpoint> connectivityEndpoints = default, Microsoft.Azure.Management.HDInsight.Models.DiskEncryptionProperties diskEncryptionProperties = default, Microsoft.Azure.Management.HDInsight.Models.EncryptionInTransitProperties encryptionInTransitProperties = default, Microsoft.Azure.Management.HDInsight.Models.StorageProfile storageProfile = default, string minSupportedTlsVersion = default, Microsoft.Azure.Management.HDInsight.Models.ExcludedServicesConfig excludedServicesConfig = 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, System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.PrivateEndpointConnection> privateEndpointConnections = default);
new Microsoft.Azure.Management.HDInsight.Models.ClusterGetProperties : Microsoft.Azure.Management.HDInsight.Models.ClusterDefinition * string * string * string * string * string * Microsoft.Azure.Management.HDInsight.Models.KafkaRestProperties * Microsoft.Azure.Management.HDInsight.Models.SecurityProfile * Microsoft.Azure.Management.HDInsight.Models.ComputeProfile * string * string * string * Microsoft.Azure.Management.HDInsight.Models.QuotaInfo * System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.Errors> * System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.ConnectivityEndpoint> * Microsoft.Azure.Management.HDInsight.Models.DiskEncryptionProperties * Microsoft.Azure.Management.HDInsight.Models.EncryptionInTransitProperties * Microsoft.Azure.Management.HDInsight.Models.StorageProfile * string * Microsoft.Azure.Management.HDInsight.Models.ExcludedServicesConfig * Microsoft.Azure.Management.HDInsight.Models.NetworkProperties * Microsoft.Azure.Management.HDInsight.Models.ComputeIsolationProperties * System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.PrivateLinkConfiguration> * System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.PrivateEndpointConnection> -> Microsoft.Azure.Management.HDInsight.Models.ClusterGetProperties
Public Sub New (clusterDefinition As ClusterDefinition, Optional clusterVersion As String = Nothing, Optional clusterHdpVersion As String = Nothing, Optional osType As String = Nothing, Optional tier As String = Nothing, Optional clusterId As String = Nothing, Optional kafkaRestProperties As KafkaRestProperties = Nothing, Optional securityProfile As SecurityProfile = Nothing, Optional computeProfile As ComputeProfile = Nothing, Optional provisioningState As String = Nothing, Optional createdDate As String = Nothing, Optional clusterState As String = Nothing, Optional quotaInfo As QuotaInfo = Nothing, Optional errors As IList(Of Errors) = Nothing, Optional connectivityEndpoints As IList(Of ConnectivityEndpoint) = Nothing, Optional diskEncryptionProperties As DiskEncryptionProperties = Nothing, Optional encryptionInTransitProperties As EncryptionInTransitProperties = Nothing, Optional storageProfile As StorageProfile = Nothing, Optional minSupportedTlsVersion As String = Nothing, Optional excludedServicesConfig As ExcludedServicesConfig = Nothing, Optional networkProperties As NetworkProperties = Nothing, Optional computeIsolationProperties As ComputeIsolationProperties = Nothing, Optional privateLinkConfigurations As IList(Of PrivateLinkConfiguration) = Nothing, Optional privateEndpointConnections As IList(Of PrivateEndpointConnection) = Nothing)
パラメーター
- clusterDefinition
- ClusterDefinition
クラスター定義。
- clusterVersion
- String
クラスターのバージョン。
- clusterHdpVersion
- String
クラスターの hdp バージョン。
- osType
- String
オペレーティング システムの種類。 使用可能な値は次のとおりです: 'Windows'、'Linux'
- tier
- String
クラスター層。 使用可能な値は次のとおりです: 'Standard'、'Premium'
- clusterId
- String
クラスター ID。
- kafkaRestProperties
- KafkaRestProperties
クラスター kafka rest プロキシの構成。
- securityProfile
- SecurityProfile
セキュリティ プロファイル。
- computeProfile
- ComputeProfile
コンピューティング プロファイル。
- provisioningState
- String
プロビジョニング状態。これは応答にのみ表示されます。 使用可能な値には、'InProgress'、'Failed'、'Succeeded'、'Canceled'、'Removeing' などがあります。
- createdDate
- String
クラスターが作成された日付。
- clusterState
- String
クラスターの状態。
- quotaInfo
- QuotaInfo
クォータ情報。
- connectivityEndpoints
- IList<ConnectivityEndpoint>
接続エンドポイントの一覧。
- diskEncryptionProperties
- DiskEncryptionProperties
ディスク暗号化のプロパティ。
- encryptionInTransitProperties
- EncryptionInTransitProperties
転送中の暗号化プロパティ。
- storageProfile
- StorageProfile
ストレージ プロファイル。
- minSupportedTlsVersion
- String
サポートされている最小 tls バージョン。
- excludedServicesConfig
- ExcludedServicesConfig
除外されたサービス構成。
- networkProperties
- NetworkProperties
ネットワーク プロパティ。
- computeIsolationProperties
- ComputeIsolationProperties
コンピューティング分離プロパティ。
- privateLinkConfigurations
- IList<PrivateLinkConfiguration>
プライベート リンクの構成。
- privateEndpointConnections
- IList<PrivateEndpointConnection>
プライベート エンドポイント接続の一覧。
適用対象
Azure SDK for .NET