Interface ExpressRouteCrossConnectionPeering.DefinitionStages.WithPrimaryPeerAddressPrefix
- All Known Subinterfaces:
ExpressRouteCrossConnectionPeering.Definition,ExpressRouteCrossConnectionPeering.DefinitionStages.Blank
- Enclosing interface:
- ExpressRouteCrossConnectionPeering.DefinitionStages
public static interface ExpressRouteCrossConnectionPeering.DefinitionStages.WithPrimaryPeerAddressPrefix
The stage of Express Route Cross Connection Peering definition allowing to specify primary address prefix.
-
Method Summary
Modifier and TypeMethodDescriptionwithPrimaryPeerAddressPrefix(String addressPrefix) Specifies the primary peer address prefix.
-
Method Details
-
withPrimaryPeerAddressPrefix
ExpressRouteCrossConnectionPeering.DefinitionStages.WithSecondaryPeerAddressPrefix withPrimaryPeerAddressPrefix(String addressPrefix) Specifies the primary peer address prefix.- Parameters:
addressPrefix- the primary peer address prefix- Returns:
- the next stage of the definition
-