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