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.v2018_01_01_preview.models._event_hub_management_client_enums.SkuName], tier: Optional[Union[str, azure.mgmt.eventhub.v2018_01_01_preview.models._event_hub_management_client_enums.SkuTier]] = None, capacity: Optional[int] = None, **kwargs)
Variables
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.
Feedback
Submit and view feedback for