Sku Class

SKU parameters supplied to the create namespace operation.

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

Inheritance
Sku

Constructor

Sku(*, name: Union[str, azure.mgmt.eventhub.v2017_04_01.models._event_hub_management_client_enums.SkuName], tier: Optional[Union[str, azure.mgmt.eventhub.v2017_04_01.models._event_hub_management_client_enums.SkuTier]] = None, capacity: Optional[int] = None, **kwargs)

Variables

name
str or SkuName

Required. Name of this SKU. Possible values include: "Basic", "Standard".

tier
str or SkuTier

The billing tier of this particular SKU. Possible values include: "Basic", "Standard".

capacity
int

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