Interface ExpressRouteCircuit.DefinitionStages.WithBandwidth
- All Known Subinterfaces:
ExpressRouteCircuit.Definition
- Enclosing interface:
- ExpressRouteCircuit.DefinitionStages
public static interface ExpressRouteCircuit.DefinitionStages.WithBandwidth
The stage of express route circuit definition allowing to specify service provider bandwidth.
-
Method Summary
Modifier and TypeMethodDescriptionwithBandwidthInMbps(int bandwidthInMbps) Specifies the bandwidth in Mbps for the express route circuit.
-
Method Details
-
withBandwidthInMbps
Specifies the bandwidth in Mbps for the express route circuit.- Parameters:
bandwidthInMbps- the bandwidth in Mbps- Returns:
- the next stage of the definition
-