Class ExpressRouteCircuitSku
java.lang.Object
com.microsoft.azure.management.network.ExpressRouteCircuitSku
Contains SKU in an ExpressRouteCircuit.
-
Constructor Details
-
ExpressRouteCircuitSku
public ExpressRouteCircuitSku()
-
-
Method Details
-
name
Get the name of the SKU.- Returns:
- the name value
-
withName
Set the name of the SKU.- Parameters:
name
- the name value to set- Returns:
- the ExpressRouteCircuitSku object itself.
-
tier
Get the tier of the SKU. Possible values include: 'Standard', 'Premium', 'Basic', 'Local'.- Returns:
- the tier value
-
withTier
Set the tier of the SKU. Possible values include: 'Standard', 'Premium', 'Basic', 'Local'.- Parameters:
tier
- the tier value to set- Returns:
- the ExpressRouteCircuitSku object itself.
-
family
Get the family of the SKU. Possible values include: 'UnlimitedData', 'MeteredData'.- Returns:
- the family value
-
withFamily
Set the family of the SKU. Possible values include: 'UnlimitedData', 'MeteredData'.- Parameters:
family
- the family value to set- Returns:
- the ExpressRouteCircuitSku object itself.
-