ClusterQuotaConfigurationProperties Class
Contains all settings for the cluster.
- Inheritance
-
azure.mgmt.eventhub._serialization.ModelClusterQuotaConfigurationProperties
Constructor
ClusterQuotaConfigurationProperties(*, settings: Dict[str, str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
settings
|
All possible Cluster settings - a collection of key/value paired settings which apply to quotas and configurations imposed on the cluster. |
Variables
Name | Description |
---|---|
settings
|
All possible Cluster settings - a collection of key/value paired settings which apply to quotas and configurations imposed on the cluster. |
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Python