Interface ExpressRouteCircuit.DefinitionStages.WithSku
- All Known Subinterfaces:
ExpressRouteCircuit.Definition
- Enclosing interface:
- ExpressRouteCircuit.DefinitionStages
public static interface ExpressRouteCircuit.DefinitionStages.WithSku
The stage of express route circuit definition allowing to specify SKU tier and family.
-
Method Summary
Modifier and TypeMethodDescriptionwithSku(ExpressRouteCircuitSkuType skuType) Specifies the SKU type for the express route circuit.
-
Method Details
-
withSku
Specifies the SKU type for the express route circuit.- Parameters:
skuType- the SKU type- Returns:
- the next stage of the definition
-