Interface ExpressRouteCircuit.UpdateStages.WithAuthorization
- All Known Subinterfaces:
ExpressRouteCircuit.Update
- Enclosing interface:
- ExpressRouteCircuit.UpdateStages
public static interface ExpressRouteCircuit.UpdateStages.WithAuthorization
The stage of express route circuit update allowing to add authorization.
-
Method Summary
Modifier and TypeMethodDescriptionwithAuthorization(String authorizationName) Specifies the authorization name for the express route circuit.
-
Method Details
-
withAuthorization
Specifies the authorization name for the express route circuit.- Parameters:
authorizationName- the authorization name- Returns:
- the next stage of the update
-