ThrottlingPolicyResponse

data class ThrottlingPolicyResponse(val metricId: String, val name: String, val rateLimitThreshold: Double, val type: String)

Properties of the throttling policy

Constructors

Link copied to clipboard
constructor(metricId: String, name: String, rateLimitThreshold: Double, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The Name of this policy

Link copied to clipboard

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

Link copied to clipboard

Application Group Policy types Expected value is 'ThrottlingPolicy'.