data class ThrottlingPolicyArgs(val metricId: Output<Either<String, MetricId>>, val name: Output<String>, val rateLimitThreshold: Output<Double>, val type: Output<String>) : ConvertibleToJava<ThrottlingPolicyArgs>
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