ExpressRouteCircuitSku Class

  • java.lang.Object
    • com.microsoft.azure.management.network.ExpressRouteCircuitSku

public class ExpressRouteCircuitSku

Contains SKU in an ExpressRouteCircuit.

Constructor Summary

Constructor Description
ExpressRouteCircuitSku()

Method Summary

Modifier and Type Method and Description
ExpressRouteCircuitSkuFamily family()

Get the family of the SKU.

java.lang.String name()

Get the name of the SKU.

ExpressRouteCircuitSkuTier tier()

Get the tier of the SKU.

ExpressRouteCircuitSku withFamily(ExpressRouteCircuitSkuFamily family)

Set the family of the SKU.

ExpressRouteCircuitSku withName(String name)

Set the name of the SKU.

ExpressRouteCircuitSku withTier(ExpressRouteCircuitSkuTier tier)

Set the tier of the SKU.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ExpressRouteCircuitSku

public ExpressRouteCircuitSku()

Method Details

family

public ExpressRouteCircuitSkuFamily family()

Get the family of the SKU. Possible values include: 'UnlimitedData', 'MeteredData'.

Returns:

the family value

name

public String name()

Get the name of the SKU.

Returns:

the name value

tier

public ExpressRouteCircuitSkuTier tier()

Get the tier of the SKU. Possible values include: 'Standard', 'Premium', 'Basic', 'Local'.

Returns:

the tier value

withFamily

public ExpressRouteCircuitSku withFamily(ExpressRouteCircuitSkuFamily family)

Set the family of the SKU. Possible values include: 'UnlimitedData', 'MeteredData'.

Parameters:

family - the family value to set

Returns:

the ExpressRouteCircuitSku object itself.

withName

public ExpressRouteCircuitSku withName(String name)

Set the name of the SKU.

Parameters:

name - the name value to set

Returns:

the ExpressRouteCircuitSku object itself.

withTier

public ExpressRouteCircuitSku withTier(ExpressRouteCircuitSkuTier tier)

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.

Applies to