ConfigurationOperations Class
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
<xref:configuration> attribute.
Constructor
ConfigurationOperations(*args, **kwargs)
Methods
| get |
Get all Event Hubs Cluster settings - a collection of key/value pairs which represent the quotas and settings imposed on the cluster. |
| patch |
Replace all specified Event Hubs Cluster settings with those contained in the request body. Leaves the settings not specified in the request body unmodified. |
get
Get all Event Hubs Cluster settings - a collection of key/value pairs which represent the quotas and settings imposed on the cluster.
get(resource_group_name: str, cluster_name: str, **kwargs: Any) -> ClusterQuotaConfigurationProperties
Parameters
| Name | Description |
|---|---|
|
resource_group_name
Required
|
The name of the resource group. The name is case insensitive. Required. |
|
cluster_name
Required
|
The name of the Event Hubs Cluster. Required. |
Returns
| Type | Description |
|---|---|
|
ClusterQuotaConfigurationProperties. The ClusterQuotaConfigurationProperties is compatible with MutableMapping |
Exceptions
| Type | Description |
|---|---|
patch
Replace all specified Event Hubs Cluster settings with those contained in the request body. Leaves the settings not specified in the request body unmodified.
patch(resource_group_name: str, cluster_name: str, parameters: _models.ClusterQuotaConfigurationProperties, *, content_type: str = 'application/json', **kwargs: Any) -> _models.ClusterQuotaConfigurationProperties | None
Parameters
| Name | Description |
|---|---|
|
resource_group_name
Required
|
The name of the resource group. The name is case insensitive. Required. |
|
cluster_name
Required
|
The name of the Event Hubs Cluster. Required. |
|
parameters
Required
|
Parameters for creating an Event Hubs Cluster resource. Is either a ClusterQuotaConfigurationProperties type or a IO[bytes] type. Required. |
Returns
| Type | Description |
|---|---|
|
ClusterQuotaConfigurationProperties or None. The ClusterQuotaConfigurationProperties is compatible with MutableMapping |
Exceptions
| Type | Description |
|---|---|