HDInsightPrivateLinkConfiguration コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 構成。
例外
name
、groupId
、または ipConfigurations
が null です。