Interface ExpressRouteCrossConnectionPeering.UpdateStages.WithPrimaryPeerAddressPrefix
-
- All Known Subinterfaces:
ExpressRouteCrossConnectionPeering.Update
- Enclosing interface:
- ExpressRouteCrossConnectionPeering.UpdateStages
public static interface ExpressRouteCrossConnectionPeering.UpdateStages.WithPrimaryPeerAddressPrefixThe stage of Express Route Cross Connection Peering update allowing to specify primary address prefix.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpressRouteCrossConnectionPeering.UpdatewithPrimaryPeerAddressPrefix(String addressPrefix)Specifies the primary peer address prefix.
-
-
-
Method Detail
-
withPrimaryPeerAddressPrefix
ExpressRouteCrossConnectionPeering.Update withPrimaryPeerAddressPrefix(String addressPrefix)
Specifies the primary peer address prefix.- Parameters:
addressPrefix- the primary peer address prefix- Returns:
- the next stage of the update
-
-