Interface ExpressRouteCircuit.UpdateStages.WithBandwidth
-
- All Known Subinterfaces:
ExpressRouteCircuit.Update
- Enclosing interface:
- ExpressRouteCircuit.UpdateStages
public static interface ExpressRouteCircuit.UpdateStages.WithBandwidthThe stage of express route circuit update allowing to specify service provider bandwidth.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpressRouteCircuit.UpdatewithBandwidthInMbps(int bandwidthInMbps)Specifies the bandwidth in Mbps for the express route circuit.
-
-
-
Method Detail
-
withBandwidthInMbps
ExpressRouteCircuit.Update withBandwidthInMbps(int bandwidthInMbps)
Specifies the bandwidth in Mbps for the express route circuit.- Parameters:
bandwidthInMbps- the bandwidth in Mbps- Returns:
- the next stage of the update
-
-