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