Interface ExpressRouteCircuit.UpdateStages.WithAllowClassicOperations
-
- All Known Subinterfaces:
ExpressRouteCircuit.Update
- Enclosing interface:
- ExpressRouteCircuit.UpdateStages
public static interface ExpressRouteCircuit.UpdateStages.WithAllowClassicOperationsThe stage of express route circuit update allowing to enable/disable classic operations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpressRouteCircuit.UpdatewithClassicOperations()Specifies whether classic operations are enabled.ExpressRouteCircuit.UpdatewithoutClassicOperations()Specifies whether classic operations are disabled.
-
-
-
Method Detail
-
withClassicOperations
ExpressRouteCircuit.Update withClassicOperations()
Specifies whether classic operations are enabled.- Returns:
- the next stage of the update
-
withoutClassicOperations
ExpressRouteCircuit.Update withoutClassicOperations()
Specifies whether classic operations are disabled.- Returns:
- the next stage of the update
-
-