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(*, tier: str | _models.SkuTier, name: str | _models.SkuName | None = None, capacity: int | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
Name of this SKU. Known values are: "Basic" and "Standard". |
tier
|
The billing tier of this particular SKU. Required. Known values are: "Basic", "Standard", and "Premium". |
capacity
|
The Event Hubs throughput units. |
Variables
Name | Description |
---|---|
name
|
Name of this SKU. Known values are: "Basic" and "Standard". |
tier
|
The billing tier of this particular SKU. Required. Known values are: "Basic", "Standard", and "Premium". |
capacity
|
The Event Hubs throughput units. |
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Python