ExpressRouteCircuitPeeringConfig Class

Definition

Specifies the peering configuration.

public class ExpressRouteCircuitPeeringConfig
type ExpressRouteCircuitPeeringConfig = class
Public Class ExpressRouteCircuitPeeringConfig
Inheritance
ExpressRouteCircuitPeeringConfig

Constructors

ExpressRouteCircuitPeeringConfig()

Initializes a new instance of the ExpressRouteCircuitPeeringConfig class.

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

Initializes a new instance of the ExpressRouteCircuitPeeringConfig class.

Properties

AdvertisedCommunities

Gets or sets the communities of bgp peering. Specified for microsoft peering.

AdvertisedPublicPrefixes

Gets or sets the reference of AdvertisedPublicPrefixes.

AdvertisedPublicPrefixesState

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

CustomerASN

Gets or sets the CustomerASN of the peering.

LegacyMode

Gets or sets the legacy mode of the peering.

RoutingRegistryName

Gets or sets the RoutingRegistryName of the configuration.

Applies to