IPConfigurationBgpPeeringAddress 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
IPConfigurationBgpPeeringAddress() |
Initializes a new instance of the IPConfigurationBgpPeeringAddress class. |
IPConfigurationBgpPeeringAddress(String, IList<String>, IList<String>, IList<String>) |
Initializes a new instance of the IPConfigurationBgpPeeringAddress class. |
IPConfigurationBgpPeeringAddress()
Initializes a new instance of the IPConfigurationBgpPeeringAddress class.
public IPConfigurationBgpPeeringAddress ();
Public Sub New ()
Applies to
IPConfigurationBgpPeeringAddress(String, IList<String>, IList<String>, IList<String>)
Initializes a new instance of the IPConfigurationBgpPeeringAddress class.
public IPConfigurationBgpPeeringAddress (string ipconfigurationId = default, System.Collections.Generic.IList<string> defaultBgpIpAddresses = default, System.Collections.Generic.IList<string> customBgpIpAddresses = default, System.Collections.Generic.IList<string> tunnelIpAddresses = default);
new Microsoft.Azure.Management.Network.Models.IPConfigurationBgpPeeringAddress : string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Network.Models.IPConfigurationBgpPeeringAddress
Public Sub New (Optional ipconfigurationId As String = Nothing, Optional defaultBgpIpAddresses As IList(Of String) = Nothing, Optional customBgpIpAddresses As IList(Of String) = Nothing, Optional tunnelIpAddresses As IList(Of String) = Nothing)
Parameters
- ipconfigurationId
- String
The ID of IP configuration which belongs to gateway.
The list of default BGP peering addresses which belong to IP configuration.
The list of custom BGP peering addresses which belong to IP configuration.
The list of tunnel public IP addresses which belong to IP configuration.