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.v2021_11_01.models._event_hub_management_client_enums.SkuName], tier: Optional[Union[str, azure.mgmt.eventhub.v2021_11_01.models._event_hub_management_client_enums.SkuTier]] = None, capacity: Optional[int] = None, **kwargs)
Variables
Required. Name of this SKU. Possible values include: "Basic", "Standard", "Premium".
The billing tier of this particular SKU. Possible values include: "Basic", "Standard", "Premium".
- capacity
- int
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.
Feedback
Submit and view feedback for