Interface ExpressRouteCircuit.DefinitionStages.WithAuthorization
- All Known Subinterfaces:
ExpressRouteCircuit.Definition,ExpressRouteCircuit.DefinitionStages.WithCreate
- Enclosing interface:
ExpressRouteCircuit.DefinitionStages
public static interface ExpressRouteCircuit.DefinitionStages.WithAuthorization
The stage of definition 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 definition
-