Interface ExpressRouteCrossConnectionPeering.UpdateStages.WithRoutingRegistryName
-
- All Known Subinterfaces:
ExpressRouteCrossConnectionPeering.Update
- Enclosing interface:
- ExpressRouteCrossConnectionPeering.UpdateStages
public static interface ExpressRouteCrossConnectionPeering.UpdateStages.WithRoutingRegistryNameThe stage of Cross Connection Peering definition allowing to specify routing registry name.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpressRouteCrossConnectionPeering.UpdatewithRoutingRegistryName(String routingRegistryName)Specifies routing registry name.
-
-
-
Method Detail
-
withRoutingRegistryName
ExpressRouteCrossConnectionPeering.Update withRoutingRegistryName(String routingRegistryName)
Specifies routing registry name.- Parameters:
routingRegistryName- routing registry name- Returns:
- the next stage of the update
-
-