你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Configuration interface

Interface representing a Configuration.

Methods

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.

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.

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

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