Interface ExpressRouteCircuit.UpdateStages.WithSku
-
- All Known Subinterfaces:
ExpressRouteCircuit.Update
- Enclosing interface:
- ExpressRouteCircuit.UpdateStages
public static interface ExpressRouteCircuit.UpdateStages.WithSkuThe stage of express route circuit update allowing to specify SKU tier and family.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpressRouteCircuit.UpdatewithSku(ExpressRouteCircuitSkuType sku)Specifies the SKU for the express route circuit.
-
-
-
Method Detail
-
withSku
ExpressRouteCircuit.Update withSku(ExpressRouteCircuitSkuType sku)
Specifies the SKU for the express route circuit.- Parameters:
sku- the SKI- Returns:
- the next stage of the update
-
-