ConfigurationOperations interface

Interface representing a Configuration operations.

Properties

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.

Property Details

get

Get all Event Hubs Cluster settings - a collection of key/value pairs which represent the quotas and settings imposed on the cluster.

get: (resourceGroupName: string, clusterName: string, options?: ConfigurationGetOptionalParams) => Promise<ClusterQuotaConfigurationProperties>

Property Value

(resourceGroupName: string, clusterName: string, options?: ConfigurationGetOptionalParams) => Promise<ClusterQuotaConfigurationProperties>

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: (resourceGroupName: string, clusterName: string, parameters: ClusterQuotaConfigurationProperties, options?: ConfigurationPatchOptionalParams) => Promise<undefined | ClusterQuotaConfigurationProperties>

Property Value

(resourceGroupName: string, clusterName: string, parameters: ClusterQuotaConfigurationProperties, options?: ConfigurationPatchOptionalParams) => Promise<undefined | ClusterQuotaConfigurationProperties>