你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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 配置。

例外

namegroupIdipConfigurations 为 null。

适用于