Interface ExpressRouteCircuit.DefinitionStages.WithSku
-
- All Known Subinterfaces:
ExpressRouteCircuit.Definition
- Enclosing interface:
- ExpressRouteCircuit.DefinitionStages
public static interface ExpressRouteCircuit.DefinitionStages.WithSkuThe stage of express route circuit definition allowing to specify SKU tier and family.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpressRouteCircuit.DefinitionStages.WithCreatewithSku(ExpressRouteCircuitSkuType skuType)Specifies the SKU type for the express route circuit.
-
-
-
Method Detail
-
withSku
ExpressRouteCircuit.DefinitionStages.WithCreate withSku(ExpressRouteCircuitSkuType skuType)
Specifies the SKU type for the express route circuit.- Parameters:
skuType- the SKU type- Returns:
- the next stage of the definition
-
-