Udostępnij za pośrednictwem


HDInsightPrivateLinkConfiguration Constructor

Definition

Initializes a new instance of 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))

Parameters

name
String

The name of private link configuration.

groupId
String

The HDInsight private linkable sub-resource name to apply the private link configuration to. For example, 'headnode', 'gateway', 'edgenode'.

ipConfigurations
IEnumerable<HDInsightIPConfiguration>

The IP configurations for the private link service.

Exceptions

name, groupId or ipConfigurations is null.

Applies to