Interface ExpressRouteCrossConnectionPeering.DefinitionStages.WithSecondaryPeerAddressPrefix
-
- All Known Subinterfaces:
ExpressRouteCrossConnectionPeering.Definition
- Enclosing interface:
- ExpressRouteCrossConnectionPeering.DefinitionStages
public static interface ExpressRouteCrossConnectionPeering.DefinitionStages.WithSecondaryPeerAddressPrefixThe stage of Express Route Cross Connection Peering definition allowing to specify secondary address prefix.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpressRouteCrossConnectionPeering.DefinitionStages.WithVlanIdwithSecondaryPeerAddressPrefix(String addressPrefix)Specifies the secondary peer address prefix.
-
-
-
Method Detail
-
withSecondaryPeerAddressPrefix
ExpressRouteCrossConnectionPeering.DefinitionStages.WithVlanId withSecondaryPeerAddressPrefix(String addressPrefix)
Specifies the secondary peer address prefix.- Parameters:
addressPrefix- the secondary peer address prefix- Returns:
- the next stage of the definition
-
-