Interface ExpressRouteCircuit.UpdateStages.WithBandwidth
- All Known Subinterfaces:
ExpressRouteCircuit.Update
- Enclosing interface:
ExpressRouteCircuit.UpdateStages
public static interface ExpressRouteCircuit.UpdateStages.WithBandwidth
The stage of express route circuit update 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 update
-