ExpressRouteCircuitPeeringConfig Constructors

Definition

Overloads

ExpressRouteCircuitPeeringConfig()

Initializes a new instance of the ExpressRouteCircuitPeeringConfig class.

ExpressRouteCircuitPeeringConfig(IList<String>, IList<String>, String, Nullable<Int32>, Nullable<Int32>, String)

Initializes a new instance of the ExpressRouteCircuitPeeringConfig class.

ExpressRouteCircuitPeeringConfig()

Initializes a new instance of the ExpressRouteCircuitPeeringConfig class.

public ExpressRouteCircuitPeeringConfig ();
Public Sub New ()

Applies to

ExpressRouteCircuitPeeringConfig(IList<String>, IList<String>, String, Nullable<Int32>, Nullable<Int32>, String)

Initializes a new instance of the ExpressRouteCircuitPeeringConfig class.

public ExpressRouteCircuitPeeringConfig (System.Collections.Generic.IList<string> advertisedPublicPrefixes = default, System.Collections.Generic.IList<string> advertisedCommunities = default, string advertisedPublicPrefixesState = default, int? legacyMode = default, int? customerASN = default, string routingRegistryName = default);
new Microsoft.Azure.Management.Network.Models.ExpressRouteCircuitPeeringConfig : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * string * Nullable<int> * Nullable<int> * string -> Microsoft.Azure.Management.Network.Models.ExpressRouteCircuitPeeringConfig
Public Sub New (Optional advertisedPublicPrefixes As IList(Of String) = Nothing, Optional advertisedCommunities As IList(Of String) = Nothing, Optional advertisedPublicPrefixesState As String = Nothing, Optional legacyMode As Nullable(Of Integer) = Nothing, Optional customerASN As Nullable(Of Integer) = Nothing, Optional routingRegistryName As String = Nothing)

Parameters

advertisedPublicPrefixes
IList<String>

The reference to AdvertisedPublicPrefixes.

advertisedCommunities
IList<String>

The communities of bgp peering. Specified for microsoft peering.

advertisedPublicPrefixesState
String

The advertised public prefix state of the Peering resource. Possible values include: 'NotConfigured', 'Configuring', 'Configured', 'ValidationNeeded'

legacyMode
Nullable<Int32>

The legacy mode of the peering.

customerASN
Nullable<Int32>

The CustomerASN of the peering.

routingRegistryName
String

The RoutingRegistryName of the configuration.

Applies to