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. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python