ExpressRouteCircuitSku Class

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

public class ExpressRouteCircuitSku

Contains SKU in an ExpressRouteCircuit.

Method Summary

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.

Method Details

family

public ExpressRouteCircuitSkuFamily family()

Get the family value.

Returns:

the family value

name

public String name()

Get the name value.

Returns:

the name value

tier

public ExpressRouteCircuitSkuTier tier()

Get the tier value.

Returns:

the tier value

withFamily

public ExpressRouteCircuitSku withFamily(ExpressRouteCircuitSkuFamily family)

Set the family value.

Parameters:

family - the family value to set

Returns:

the ExpressRouteCircuitSku object itself.

withName

public ExpressRouteCircuitSku withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the ExpressRouteCircuitSku object itself.

withTier

public ExpressRouteCircuitSku withTier(ExpressRouteCircuitSkuTier tier)

Set the tier value.

Parameters:

tier - the tier value to set

Returns:

the ExpressRouteCircuitSku object itself.

Applies to