NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties Constructors
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.
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.
Applies to
Azure SDK for .NET