Sku Class
SKU parameters supplied to the create namespace operation.
All required parameters must be populated in order to send to server.
Constructor
Sku(*, name: str | _models.SkuName, tier: str | _models.SkuTier | None = None, capacity: int | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
name
|
Name of this SKU. Required. Known values are: "Basic" and "Standard". |
|
tier
|
The billing tier of this particular SKU. Known values are: "Basic" and "Standard". Default value: None
|
|
capacity
|
The Event Hubs throughput units, value should be 0 to 20 throughput units. Default value: None
|
Variables
| Name | Description |
|---|---|
|
name
|
Name of this SKU. Required. Known values are: "Basic" and "Standard". |
|
tier
|
The billing tier of this particular SKU. Known values are: "Basic" and "Standard". |
|
capacity
|
The Event Hubs throughput units, value should be 0 to 20 throughput units. |