Interface ExpressRouteCircuit.DefinitionStages.WithServiceProvider
-
- All Known Subinterfaces:
ExpressRouteCircuit.Definition
- Enclosing interface:
- ExpressRouteCircuit.DefinitionStages
public static interface ExpressRouteCircuit.DefinitionStages.WithServiceProviderThe stage of express route circuit definition allowing to specify service provider name.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpressRouteCircuit.DefinitionStages.WithPeeringLocationwithServiceProvider(String serviceProviderName)Specifies the service provider name for the express route circuit.
-
-
-
Method Detail
-
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
-
-