Interface ExpressRouteCircuitPeering.UpdateStages.WithVlanId
-
- All Known Subinterfaces:
ExpressRouteCircuitPeering.Update
- Enclosing interface:
- ExpressRouteCircuitPeering.UpdateStages
public static interface ExpressRouteCircuitPeering.UpdateStages.WithVlanIdThe stage of Express Route Circuit Peering update allowing to specify VLAN ID.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpressRouteCircuitPeering.UpdatewithVlanId(int vlanId)Specifies the VLAN ID for the Express Route Circuit Peering.
-
-
-
Method Detail
-
withVlanId
ExpressRouteCircuitPeering.Update withVlanId(int vlanId)
Specifies the VLAN ID for the Express Route Circuit Peering.- Parameters:
vlanId- the VLAN ID- Returns:
- next stage of update
-
-