Interface ExpressRouteCircuit.DefinitionStages.WithServiceProvider
- All Known Subinterfaces:
ExpressRouteCircuit.Definition
- Enclosing interface:
ExpressRouteCircuit.DefinitionStages
public static interface ExpressRouteCircuit.DefinitionStages.WithServiceProvider
The stage of express route circuit definition allowing to specify service provider name.
-
Method Summary
Modifier and TypeMethodDescriptionwithServiceProvider(String serviceProviderName) Specifies the service provider name for the express route circuit.
-
Method Details
-
withServiceProvider
ExpressRouteCircuit.DefinitionStages.WithPeeringLocation withServiceProvider(String serviceProviderName) Specifies the service provider name for the express route circuit.- Parameters:
serviceProviderName- the service provider name- Returns:
- the next stage of the definition
-