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

EventHubsThrottlingPolicy(String, Int64, EventHubsMetricId) Constructor

Definition

Initializes a new instance of EventHubsThrottlingPolicy.

public EventHubsThrottlingPolicy (string name, long rateLimitThreshold, Azure.ResourceManager.EventHubs.Models.EventHubsMetricId metricId);
new Azure.ResourceManager.EventHubs.Models.EventHubsThrottlingPolicy : string * int64 * Azure.ResourceManager.EventHubs.Models.EventHubsMetricId -> Azure.ResourceManager.EventHubs.Models.EventHubsThrottlingPolicy
Public Sub New (name As String, rateLimitThreshold As Long, metricId As EventHubsMetricId)

Parameters

name
String

The Name of this policy.

rateLimitThreshold
Int64

The Threshold limit above which the application group will be throttled.Rate limit is always per second.

metricId
EventHubsMetricId

Metric Id on which the throttle limit should be set, MetricId can be discovered by hovering over Metric in the Metrics section of Event Hub Namespace inside Azure Portal.

Exceptions

name is null.

Applies to