public class ExpressRouteCircuitSku extends Object
Constructor and Description |
---|
ExpressRouteCircuitSku() |
Modifier and Type | Method and Description |
---|---|
ExpressRouteCircuitSkuFamily |
family()
Get the family value.
|
String |
name()
Get the name value.
|
ExpressRouteCircuitSkuTier |
tier()
Get the tier value.
|
ExpressRouteCircuitSku |
withFamily(ExpressRouteCircuitSkuFamily family)
Set the family value.
|
ExpressRouteCircuitSku |
withName(String name)
Set the name value.
|
ExpressRouteCircuitSku |
withTier(ExpressRouteCircuitSkuTier tier)
Set the tier value.
|
public String name()
public ExpressRouteCircuitSku withName(String name)
name
- the name value to setpublic ExpressRouteCircuitSkuTier tier()
public ExpressRouteCircuitSku withTier(ExpressRouteCircuitSkuTier tier)
tier
- the tier value to setpublic ExpressRouteCircuitSkuFamily family()
public ExpressRouteCircuitSku withFamily(ExpressRouteCircuitSkuFamily family)
family
- the family value to setCopyright © 2019. All rights reserved.