Sku Class
- java.
lang. Object - com.
microsoft. azure. management. eventhub. Sku
- com.
public class Sku
SKU parameters supplied to the create namespace operation.
Constructor Summary
Constructor | Description | |
---|---|---|
Sku() |
Method Summary
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
capacity()
Get the Event Hubs throughput units, value should be 0 to 20 throughput units. |
Sku |
name()
Get name of this SKU. |
Sku |
tier()
Get the billing tier of this particular SKU. |
Sku |
withCapacity(Integer capacity)
Set the Event Hubs throughput units, value should be 0 to 20 throughput units. |
Sku |
withName(SkuName name)
Set name of this SKU. |
Sku |
withTier(SkuTier tier)
Set the billing tier of this particular SKU. |
Methods inherited from java.lang.Object
Constructor Details
Sku
public Sku()
Method Details
capacity
public Integer capacity()
Get the Event Hubs throughput units, value should be 0 to 20 throughput units.
Returns:
name
public SkuName name()
Get name of this SKU. Possible values include: 'Basic', 'Standard'.
Returns:
tier
public SkuTier tier()
Get the billing tier of this particular SKU. Possible values include: 'Basic', 'Standard'.
Returns:
withCapacity
public Sku withCapacity(Integer capacity)
Set the Event Hubs throughput units, value should be 0 to 20 throughput units.
Parameters:
Returns:
withName
public Sku withName(SkuName name)
Set name of this SKU. Possible values include: 'Basic', 'Standard'.
Parameters:
Returns:
withTier
public Sku withTier(SkuTier tier)
Set the billing tier of this particular SKU. Possible values include: 'Basic', 'Standard'.
Parameters:
Returns:
Applies to
Azure SDK for Java