public class Sku extends Object
| Constructor and Description |
|---|
Sku() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
capacity()
Get the Event Hubs throughput units, value should be 0 to 20 throughput units.
|
SkuName |
name()
Get name of this SKU.
|
SkuTier |
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.
|
public SkuName name()
public Sku withName(SkuName name)
name - the name value to setpublic SkuTier tier()
public Sku withTier(SkuTier tier)
tier - the tier value to setpublic Integer capacity()
Copyright © 2019. All rights reserved.