Interface ExpressRouteCircuit.DefinitionStages.WithPeeringLocation
-
- All Known Subinterfaces:
ExpressRouteCircuit.Definition
- Enclosing interface:
- ExpressRouteCircuit.DefinitionStages
public static interface ExpressRouteCircuit.DefinitionStages.WithPeeringLocationThe stage of express route circuit definition allowing to specify service provider peering location.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpressRouteCircuit.DefinitionStages.WithBandwidthwithPeeringLocation(String location)Specifies the location for the express route circuit.
-
-
-
Method Detail
-
withPeeringLocation
ExpressRouteCircuit.DefinitionStages.WithBandwidth withPeeringLocation(String location)
Specifies the location for the express route circuit.- Parameters:
location- the location- Returns:
- the next stage of the definition
-
-