Configuration interface
Interface representing a Configuration.
Methods
get(string, string, Configuration |
Get all Event Hubs Cluster settings - a collection of key/value pairs which represent the quotas and settings imposed on the cluster. |
patch(string, string, Cluster |
Replace all specified Event Hubs Cluster settings with those contained in the request body. Leaves the settings not specified in the request body unmodified. |
Method Details
get(string, string, ConfigurationGetOptionalParams)
Get all Event Hubs Cluster settings - a collection of key/value pairs which represent the quotas and settings imposed on the cluster.
function get(resourceGroupName: string, clusterName: string, options?: ConfigurationGetOptionalParams): Promise<ClusterQuotaConfigurationProperties>
Parameters
- resourceGroupName
-
string
Name of the resource group within the azure subscription.
- clusterName
-
string
The name of the Event Hubs Cluster.
- options
- ConfigurationGetOptionalParams
The options parameters.
Returns
Promise<ClusterQuotaConfigurationProperties>
patch(string, string, ClusterQuotaConfigurationProperties, ConfigurationPatchOptionalParams)
Replace all specified Event Hubs Cluster settings with those contained in the request body. Leaves the settings not specified in the request body unmodified.
function patch(resourceGroupName: string, clusterName: string, parameters: ClusterQuotaConfigurationProperties, options?: ConfigurationPatchOptionalParams): Promise<ClusterQuotaConfigurationProperties>
Parameters
- resourceGroupName
-
string
Name of the resource group within the azure subscription.
- clusterName
-
string
The name of the Event Hubs Cluster.
- parameters
- ClusterQuotaConfigurationProperties
Parameters for creating an Event Hubs Cluster resource.
- options
- ConfigurationPatchOptionalParams
The options parameters.
Returns
Promise<ClusterQuotaConfigurationProperties>