Class Sku
- java.lang.Object
-
- com.microsoft.azure.management.eventhub.Sku
-
public class Sku extends Object
SKU parameters supplied to the create namespace operation.
-
-
Constructor Summary
Constructors Constructor Description Sku()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integercapacity()Get the capacity value.SkuNamename()Get the name value.SkuTiertier()Get the tier value.SkuwithCapacity(Integer capacity)Set the capacity value.SkuwithName(SkuName name)Set the name value.SkuwithTier(SkuTier tier)Set the tier value.
-
-
-
Method Detail
-
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
-
-