Interface ExpressRouteCrossConnectionPeering.DefinitionStages.WithPrimaryPeerAddressPrefix
-
- All Known Subinterfaces:
ExpressRouteCrossConnectionPeering.Definition,ExpressRouteCrossConnectionPeering.DefinitionStages.Blank
- Enclosing interface:
- ExpressRouteCrossConnectionPeering.DefinitionStages
public static interface ExpressRouteCrossConnectionPeering.DefinitionStages.WithPrimaryPeerAddressPrefixThe stage of Express Route Cross Connection Peering definition allowing to specify primary address prefix.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpressRouteCrossConnectionPeering.DefinitionStages.WithSecondaryPeerAddressPrefixwithPrimaryPeerAddressPrefix(String addressPrefix)Specifies the primary peer address prefix.
-
-
-
Method Detail
-
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
-
-