ClusterSku Class
SKU parameters particular to a cluster instance.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
ClusterSku
Constructor
ClusterSku(*, name: Union[str, azure.mgmt.eventhub.v2021_11_01.models._event_hub_management_client_enums.ClusterSkuName], capacity: Optional[int] = None, **kwargs)
Variables
- name
- str or ClusterSkuName
Required. Name of this SKU. Possible values include: "Dedicated".
- capacity
- int
The quantity of Event Hubs Cluster Capacity Units contained in this cluster.
Feedback
Submit and view feedback for