Sku Class
SKU parameters supplied to the create namespace operation.
Constructor
Sku(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
name
|
Name of this SKU. Required. Known values are: "Basic", "Standard", and "Premium". |
|
tier
|
The billing tier of this particular SKU. Known values are: "Basic", "Standard", and "Premium". |
|
capacity
|
The Event Hubs throughput units for Basic or Standard tiers, where value should be 0 to 20 throughput units. The Event Hubs premium units for Premium tier, where value should be 0 to 10 premium units. |
Attributes
capacity
The Event Hubs throughput units for Basic or Standard tiers, where value should be 0 to 20 throughput units. The Event Hubs premium units for Premium tier, where value should be 0 to 10 premium units.
capacity: int | None
name
"Basic", "Standard", and "Premium".
name: str | _models.SkuName
tier
"Basic", "Standard", and "Premium".
tier: str | _models.SkuTier | None