HDInsightPrivateLinkConfiguration Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET