Interface ExpressRouteCircuitPeering.DefinitionStages.WithVlanId
-
- All Known Subinterfaces:
ExpressRouteCircuitPeering.Definition
- Enclosing interface:
- ExpressRouteCircuitPeering.DefinitionStages
public static interface ExpressRouteCircuitPeering.DefinitionStages.WithVlanIdThe stage of Express Route Circuit Peering definition allowing to specify VLAN ID.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpressRouteCircuitPeering.DefinitionStages.WithPeerAsnwithVlanId(int vlanId)
-
-
-
Method Detail
-
withVlanId
ExpressRouteCircuitPeering.DefinitionStages.WithPeerAsn withVlanId(int vlanId)
- Parameters:
vlanId- a valid VLAN ID to establish this peering on. No other peering in the circuit can use the same VLAN ID- Returns:
- next stage of definition
-
-