Class ExpressRouteCircuitSku
- java.lang.Object
-
- com.microsoft.azure.management.network.ExpressRouteCircuitSku
-
public class ExpressRouteCircuitSku extends Object
Contains SKU in an ExpressRouteCircuit.
-
-
Constructor Summary
Constructors Constructor Description ExpressRouteCircuitSku()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExpressRouteCircuitSkuFamilyfamily()Get the family value.Stringname()Get the name value.ExpressRouteCircuitSkuTiertier()Get the tier value.ExpressRouteCircuitSkuwithFamily(ExpressRouteCircuitSkuFamily family)Set the family value.ExpressRouteCircuitSkuwithName(String name)Set the name value.ExpressRouteCircuitSkuwithTier(ExpressRouteCircuitSkuTier tier)Set the tier value.
-
-
-
Method Detail
-
name
public String name()
Get the name value.- Returns:
- the name value
-
withName
public ExpressRouteCircuitSku withName(String name)
Set the name value.- Parameters:
name- the name value to set- Returns:
- the ExpressRouteCircuitSku object itself.
-
tier
public ExpressRouteCircuitSkuTier tier()
Get the tier value.- Returns:
- the tier value
-
withTier
public ExpressRouteCircuitSku withTier(ExpressRouteCircuitSkuTier tier)
Set the tier value.- Parameters:
tier- the tier value to set- Returns:
- the ExpressRouteCircuitSku object itself.
-
family
public ExpressRouteCircuitSkuFamily family()
Get the family value.- Returns:
- the family value
-
withFamily
public ExpressRouteCircuitSku withFamily(ExpressRouteCircuitSkuFamily family)
Set the family value.- Parameters:
family- the family value to set- Returns:
- the ExpressRouteCircuitSku object itself.
-
-