IThrottlingPolicy Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.ThrottlingPolicyTypeConverter))]
public interface IThrottlingPolicy : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IApplicationGroupPolicy
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.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) |