Interface ExpressRouteCircuit.DefinitionStages.WithPeeringLocation
- All Known Subinterfaces:
ExpressRouteCircuit.Definition
- Enclosing interface:
ExpressRouteCircuit.DefinitionStages
public static interface ExpressRouteCircuit.DefinitionStages.WithPeeringLocation
The stage of express route circuit definition allowing to specify service provider peering location.
-
Method Summary
Modifier and TypeMethodDescriptionwithPeeringLocation(String location) Specifies the location for the express route circuit.
-
Method Details
-
withPeeringLocation
Specifies the location for the express route circuit.- Parameters:
location- the location- Returns:
- the next stage of the definition
-