Interface ExpressRouteCircuit.UpdateStages.WithAuthorization
-
- All Known Subinterfaces:
ExpressRouteCircuit.Update
- Enclosing interface:
- ExpressRouteCircuit.UpdateStages
public static interface ExpressRouteCircuit.UpdateStages.WithAuthorizationThe stage of express route circuit update allowing to add authorization.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpressRouteCircuit.UpdatewithAuthorization(String authorizationName)Specifies the authorization name for the express route circuit.
-
-
-
Method Detail
-
withAuthorization
ExpressRouteCircuit.Update withAuthorization(String authorizationName)
Specifies the authorization name for the express route circuit.- Parameters:
authorizationName- the authorization name- Returns:
- the next stage of the update
-
-