Interface ExpressRouteCircuit.DefinitionStages.WithBandwidth
-
- All Known Subinterfaces:
ExpressRouteCircuit.Definition
- Enclosing interface:
- ExpressRouteCircuit.DefinitionStages
public static interface ExpressRouteCircuit.DefinitionStages.WithBandwidthThe stage of express route circuit definition allowing to specify service provider bandwidth.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpressRouteCircuit.DefinitionStages.WithSkuwithBandwidthInMbps(int bandwidthInMbps)Specifies the bandwidth in Mbps for the express route circuit.
-
-
-
Method Detail
-
withBandwidthInMbps
ExpressRouteCircuit.DefinitionStages.WithSku 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 definition
-
-