java.lang.Object
com.microsoft.azure.management.servicebus.Sku

public class Sku extends Object
SKU of the namespace.
  • Constructor Details

    • Sku

      public Sku()
  • Method Details

    • name

      public SkuName name()
      Get the name value.
      Returns:
      the name value
    • withName

      public Sku withName(SkuName name)
      Set the name value.
      Parameters:
      name - the name value to set
      Returns:
      the Sku object itself.
    • tier

      public SkuTier tier()
      Get the tier value.
      Returns:
      the tier value
    • withTier

      public Sku withTier(SkuTier tier)
      Set the tier value.
      Parameters:
      tier - the tier value to set
      Returns:
      the Sku object itself.
    • capacity

      public Integer capacity()
      Get the capacity value.
      Returns:
      the capacity value
    • withCapacity

      public Sku withCapacity(Integer capacity)
      Set the capacity value.
      Parameters:
      capacity - the capacity value to set
      Returns:
      the Sku object itself.