次の方法で共有


HDInsightPrivateLinkConfiguration コンストラクター

定義

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

public HDInsightPrivateLinkConfiguration (string name, string groupId, System.Collections.Generic.IEnumerable<Azure.ResourceManager.HDInsight.Models.HDInsightIPConfiguration> ipConfigurations);
new Azure.ResourceManager.HDInsight.Models.HDInsightPrivateLinkConfiguration : string * string * seq<Azure.ResourceManager.HDInsight.Models.HDInsightIPConfiguration> -> Azure.ResourceManager.HDInsight.Models.HDInsightPrivateLinkConfiguration
Public Sub New (name As String, groupId As String, ipConfigurations As IEnumerable(Of HDInsightIPConfiguration))

パラメーター

name
String

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

groupId
String

プライベート リンク構成を適用する HDInsight プライベート リンク可能サブリソース名。 たとえば、'headnode'、'gateway'、'edgenode' などです。

ipConfigurations
IEnumerable<HDInsightIPConfiguration>

プライベート リンク サービスの IP 構成。

例外

namegroupId、または ipConfigurations が null です。

適用対象