ExpressRouteCircuitSku Class
- java.
lang. Object - com.
microsoft. azure. management. network. ExpressRouteCircuitSku
- com.
public class ExpressRouteCircuitSku
Contains SKU in an ExpressRouteCircuit.
Method Summary
Modifier and Type | Method and Description |
---|---|
Express |
family()
Get the family value. |
String |
name()
Get the name value. |
Express |
tier()
Get the tier value. |
Express |
withFamily(ExpressRouteCircuitSkuFamily family)
Set the family value. |
Express |
withName(String name)
Set the name value. |
Express |
withTier(ExpressRouteCircuitSkuTier tier)
Set the tier value. |
Method Details
family
public ExpressRouteCircuitSkuFamily family()
Get the family value.
Returns:
name
public String name()
Get the name value.
Returns:
tier
public ExpressRouteCircuitSkuTier tier()
Get the tier value.
Returns:
withFamily
public ExpressRouteCircuitSku withFamily(ExpressRouteCircuitSkuFamily family)
Set the family value.
Parameters:
Returns:
withName
public ExpressRouteCircuitSku withName(String name)
Set the name value.
Parameters:
Returns:
withTier
public ExpressRouteCircuitSku withTier(ExpressRouteCircuitSkuTier tier)
Set the tier value.
Parameters:
Returns:
Applies to
Azure SDK for Java