Interface ExpressRouteCrossConnectionPeering.DefinitionStages.WithAdvertisedPublicPrefixes
-
- All Known Subinterfaces:
ExpressRouteCrossConnectionPeering.Definition
- Enclosing interface:
- ExpressRouteCrossConnectionPeering.DefinitionStages
public static interface ExpressRouteCrossConnectionPeering.DefinitionStages.WithAdvertisedPublicPrefixesThe stage of Express Route Cross Connection Peering definition allowing to specify advertised address prefixes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpressRouteCrossConnectionPeering.DefinitionStages.WithCustomerASNwithAdvertisedPublicPrefixes(String publicPrefixes)Specify advertised prefixes: sets a list of all prefixes that are planned to advertise over the BGP session.
-
-
-
Method Detail
-
withAdvertisedPublicPrefixes
ExpressRouteCrossConnectionPeering.DefinitionStages.WithCustomerASN 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
-
-