Interface ExpressRouteCircuitPeering.DefinitionStages.WithVlanId
- All Known Subinterfaces:
ExpressRouteCircuitPeering.Definition
- Enclosing interface:
ExpressRouteCircuitPeering.DefinitionStages
public static interface ExpressRouteCircuitPeering.DefinitionStages.WithVlanId
The stage of Express Route Circuit Peering definition allowing to specify VLAN ID.
-
Method Summary
Modifier and TypeMethodDescriptionwithVlanId(int vlanId) Specifies a valid VLAN ID to establish this peering on.
-
Method Details
-
withVlanId
Specifies a valid VLAN ID to establish this peering on.- 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
-