Uses of Class
com.azure.resourcemanager.eventhubs.models.MetricId
Packages that use MetricId
Package
Description
Package containing the data models for EventHubManagementClient.
-
Uses of MetricId in com.azure.resourcemanager.eventhubs.models
Fields in com.azure.resourcemanager.eventhubs.models declared as MetricIdModifier and TypeFieldDescriptionstatic final MetricIdMetricId.INCOMING_BYTESStatic value IncomingBytes for MetricId.static final MetricIdMetricId.INCOMING_MESSAGESStatic value IncomingMessages for MetricId.static final MetricIdMetricId.OUTGOING_BYTESStatic value OutgoingBytes for MetricId.static final MetricIdMetricId.OUTGOING_MESSAGESStatic value OutgoingMessages for MetricId.Methods in com.azure.resourcemanager.eventhubs.models that return MetricIdModifier and TypeMethodDescriptionstatic MetricIdMetricId.fromString(String name) Creates or finds a MetricId from its string representation.ThrottlingPolicy.metricId()Get 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.Methods in com.azure.resourcemanager.eventhubs.models that return types with arguments of type MetricIdModifier and TypeMethodDescriptionstatic Collection<MetricId> MetricId.values()Gets known MetricId values.Methods in com.azure.resourcemanager.eventhubs.models with parameters of type MetricIdModifier and TypeMethodDescriptionThrottlingPolicy.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.