Share via


NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties Constructors

Definition

Overloads

NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties()

Initializes a new instance of the NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties class.

NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties(String, String, IList<String>)

Initializes a new instance of the NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties class.

NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties()

Initializes a new instance of the NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties class.

public NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties ();
Public Sub New ()

Applies to

NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties(String, String, IList<String>)

Initializes a new instance of the NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties class.

public NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties (string groupId = default, string requiredMemberName = default, System.Collections.Generic.IList<string> fqdns = default);
new Microsoft.Azure.Management.Network.Models.NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties : string * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Network.Models.NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties
Public Sub New (Optional groupId As String = Nothing, Optional requiredMemberName As String = Nothing, Optional fqdns As IList(Of String) = Nothing)

Parameters

groupId
String

The group ID for current private link connection.

requiredMemberName
String

The required member name for current private link connection.

fqdns
IList<String>

List of FQDNs for current private link connection.

Applies to