Class Sku
java.lang.Object
com.microsoft.azure.management.eventhub.Sku
SKU parameters supplied to the create namespace operation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncapacity()
Get the Event Hubs throughput units, value should be 0 to 20 throughput units.name()
Get name of this SKU.tier()
Get the billing tier of this particular SKU.withCapacity
(Integer capacity) Set the Event Hubs throughput units, value should be 0 to 20 throughput units.Set name of this SKU.Set the billing tier of this particular SKU.
-
Constructor Details
-
Sku
public Sku()
-
-
Method Details
-
name
Get name of this SKU. Possible values include: 'Basic', 'Standard'.- Returns:
- the name value
-
withName
Set name of this SKU. Possible values include: 'Basic', 'Standard'.- Parameters:
name
- the name value to set- Returns:
- the Sku object itself.
-
tier
Get the billing tier of this particular SKU. Possible values include: 'Basic', 'Standard'.- Returns:
- the tier value
-
withTier
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
Get the Event Hubs throughput units, value should be 0 to 20 throughput units.- Returns:
- the capacity value
-
withCapacity
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.
-