Interface ExpressRouteCircuit.UpdateStages.WithAllowClassicOperations
- All Known Subinterfaces:
ExpressRouteCircuit.Update
- Enclosing interface:
ExpressRouteCircuit.UpdateStages
public static interface ExpressRouteCircuit.UpdateStages.WithAllowClassicOperations
The stage of express route circuit update allowing to enable/disable classic operations.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies whether classic operations are enabled.Specifies whether classic operations are disabled.
-
Method Details
-
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
-