次の方法で共有


HDInsightPrivateEndpointConnectionData コンストラクター

定義

HDInsightPrivateEndpointConnectionData の新しいインスタンスを初期化します。

public HDInsightPrivateEndpointConnectionData (Azure.ResourceManager.HDInsight.Models.HDInsightPrivateLinkServiceConnectionState connectionState);
new Azure.ResourceManager.HDInsight.HDInsightPrivateEndpointConnectionData : Azure.ResourceManager.HDInsight.Models.HDInsightPrivateLinkServiceConnectionState -> Azure.ResourceManager.HDInsight.HDInsightPrivateEndpointConnectionData
Public Sub New (connectionState As HDInsightPrivateLinkServiceConnectionState)

パラメーター

connectionState
HDInsightPrivateLinkServiceConnectionState

プライベート リンク サービスの接続状態。

例外

connectionState が null です。

適用対象