Sku Class

SKU parameters supplied to the create namespace operation.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.eventhub._serialization.Model
Sku

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".

capacity
int

The Event Hubs throughput units, value should be 0 to 20 throughput units.

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
int

The Event Hubs throughput units, value should be 0 to 20 throughput units.