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