Compartir a través de


ExpressRouteCircuit.UpdateStages.WithAllowClassicOperations Interface

public static interface ExpressRouteCircuit.UpdateStages.WithAllowClassicOperations

The stage of express route circuit update allowing to enable/disable classic operations.

Method Summary

Modifier and Type Method and Description
abstract Update withClassicOperations()

Specifies whether classic operations are enabled.

abstract Update withoutClassicOperations()

Specifies whether classic operations are disabled.

Method Details

withClassicOperations

public abstract ExpressRouteCircuit.Update withClassicOperations()

Specifies whether classic operations are enabled.

Returns:

the next stage of the update

withoutClassicOperations

public abstract ExpressRouteCircuit.Update withoutClassicOperations()

Specifies whether classic operations are disabled.

Returns:

the next stage of the update

Applies to