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

public class Sku extends Object
SKU parameters supplied to the create namespace operation.
  • Constructor Details

    • Sku

      public Sku()
  • Method Details

    • name

      public SkuName name()
      Get name of this SKU. Possible values include: 'Basic', 'Standard'.
      Returns:
      the name value
    • withName

      public Sku withName(SkuName name)
      Set name of this SKU. Possible values include: 'Basic', 'Standard'.
      Parameters:
      name - the name value to set
      Returns:
      the Sku object itself.
    • tier

      public SkuTier tier()
      Get the billing tier of this particular SKU. Possible values include: 'Basic', 'Standard'.
      Returns:
      the tier value
    • withTier

      public Sku withTier(SkuTier tier)
      Set the billing tier of this particular SKU. Possible values include: 'Basic', 'Standard'.
      Parameters:
      tier - the tier value to set
      Returns:
      the Sku object itself.
    • capacity

      public Integer capacity()
      Get the Event Hubs throughput units, value should be 0 to 20 throughput units.
      Returns:
      the capacity value
    • withCapacity

      public Sku withCapacity(Integer capacity)
      Set the Event Hubs throughput units, value should be 0 to 20 throughput units.
      Parameters:
      capacity - the capacity value to set
      Returns:
      the Sku object itself.