IThrottlingPolicy Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.ThrottlingPolicyTypeConverter))]
public interface IThrottlingPolicy : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.IApplicationGroupPolicy
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.ThrottlingPolicyTypeConverter))>]
type IThrottlingPolicy = interface
    interface IJsonSerializable
    interface IApplicationGroupPolicy
Public Interface IThrottlingPolicy
Implements IApplicationGroupPolicy
Derived
Attributes
Implements

Properties

MetricId

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

Name

The Name of this policy

(Inherited from IApplicationGroupPolicy)
RateLimitThreshold

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

Type

Application Group Policy types

(Inherited from IApplicationGroupPolicy)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to