Class Sku
java.lang.Object
com.microsoft.azure.management.servicebus.Sku
SKU of the namespace.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncapacity()
Get the capacity value.name()
Get the name value.tier()
Get the tier value.withCapacity
(Integer capacity) Set the capacity value.Set the name value.Set the tier value.
-
Constructor Details
-
Sku
public Sku()
-
-
Method Details
-
name
Get the name value.- Returns:
- the name value
-
withName
Set the name value.- Parameters:
name
- the name value to set- Returns:
- the Sku object itself.
-
tier
Get the tier value.- Returns:
- the tier value
-
withTier
Set the tier value.- Parameters:
tier
- the tier value to set- Returns:
- the Sku object itself.
-
capacity
Get the capacity value.- Returns:
- the capacity value
-
withCapacity
Set the capacity value.- Parameters:
capacity
- the capacity value to set- Returns:
- the Sku object itself.
-