public final class ExpressRouteCircuitSku extends Object
| Constructor and Description |
|---|
ExpressRouteCircuitSku() |
| Modifier and Type | Method and Description |
|---|---|
ExpressRouteCircuitSkuFamily |
family()
Get the family property: The family of the SKU.
|
String |
name()
Get the name property: The name of the SKU.
|
ExpressRouteCircuitSkuTier |
tier()
Get the tier property: The tier of the SKU.
|
void |
validate()
Validates the instance.
|
ExpressRouteCircuitSku |
withFamily(ExpressRouteCircuitSkuFamily family)
Set the family property: The family of the SKU.
|
ExpressRouteCircuitSku |
withName(String name)
Set the name property: The name of the SKU.
|
ExpressRouteCircuitSku |
withTier(ExpressRouteCircuitSkuTier tier)
Set the tier property: The tier of the SKU.
|
public String name()
public ExpressRouteCircuitSku withName(String name)
name - the name value to set.public ExpressRouteCircuitSkuTier tier()
public ExpressRouteCircuitSku withTier(ExpressRouteCircuitSkuTier tier)
tier - the tier value to set.public ExpressRouteCircuitSkuFamily family()
public ExpressRouteCircuitSku withFamily(ExpressRouteCircuitSkuFamily family)
family - the family value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.