ExpressRouteCircuitPeering.DefinitionStages.WithAdvertisedPublicPrefixes Interface

public static interface ExpressRouteCircuitPeering.DefinitionStages.WithAdvertisedPublicPrefixes

The stage of Express Route Circuit Peering definition allowing to specify advertised address prefixes.

Method Summary

Modifier and Type Method and Description
abstract WithPrimaryPeerAddressPrefix withAdvertisedPublicPrefixes(String publicPrefixes)

Specify advertised prefixes: sets a list of all prefixes that are planned to advertise over the BGP session.

Method Details

withAdvertisedPublicPrefixes

public abstract ExpressRouteCircuitPeering.DefinitionStages.WithPrimaryPeerAddressPrefix withAdvertisedPublicPrefixes(String publicPrefixes)

Specify advertised prefixes: sets a list of all prefixes that are planned to advertise over the BGP session. Only public IP address prefixes are accepted. A set of prefixes can be sent as a comma-separated list. These prefixes must be registered to you in an RIR / IRR.

Parameters:

publicPrefixes - advertised prefixes

Returns:

next stage of definition

Applies to