Sku Class
SKU parameters supplied to the create namespace operation.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.eventhub._serialization.ModelSku
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", "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. |
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. |
Azure SDK for Python