Class ExpressRouteCircuitSku

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

public class ExpressRouteCircuitSku extends Object
Contains SKU in an ExpressRouteCircuit.
  • Constructor Details

    • ExpressRouteCircuitSku

      public ExpressRouteCircuitSku()
  • Method Details

    • name

      public String name()
      Get the name of the SKU.
      Returns:
      the name value
    • withName

      public ExpressRouteCircuitSku withName(String name)
      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.