Uses of Class
com.azure.resourcemanager.eventhubs.models.ThrottlingPolicy
Packages that use ThrottlingPolicy
Package
Description
Package containing the data models for EventHubManagementClient.
-
Uses of ThrottlingPolicy in com.azure.resourcemanager.eventhubs.models
Methods in com.azure.resourcemanager.eventhubs.models that return ThrottlingPolicyModifier and TypeMethodDescriptionstatic ThrottlingPolicyThrottlingPolicy.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ThrottlingPolicy from the JsonReader.ThrottlingPolicy.withMetricId(MetricId metricId) Set the metricId property: 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.Set the name property: The Name of this policy.ThrottlingPolicy.withRateLimitThreshold(long rateLimitThreshold) Set the rateLimitThreshold property: The Threshold limit above which the application group will be throttled.Rate limit is always per second.