Aracılığıyla paylaş


IPConfigurationBgpPeeringAddress Constructors

Definition

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.

defaultBgpIpAddresses
IList<String>

The list of default BGP peering addresses which belong to IP configuration.

customBgpIpAddresses
IList<String>

The list of custom BGP peering addresses which belong to IP configuration.

tunnelIpAddresses
IList<String>

The list of tunnel public IP addresses which belong to IP configuration.

Applies to