EventHubsMetricId Struct
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.
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.
public readonly struct EventHubsMetricId : IEquatable<Azure.ResourceManager.EventHubs.Models.EventHubsMetricId>
type EventHubsMetricId = struct
Public Structure EventHubsMetricId
Implements IEquatable(Of EventHubsMetricId)
- Inheritance
-
EventHubsMetricId
- Implements
Constructors
EventHubsMetricId(String) |
Initializes a new instance of EventHubsMetricId. |
Properties
IncomingBytes |
IncomingBytes. |
IncomingMessages |
IncomingMessages. |
OutgoingBytes |
OutgoingBytes. |
OutgoingMessages |
OutgoingMessages. |
Methods
Equals(EventHubsMetricId) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(EventHubsMetricId, EventHubsMetricId) |
Determines if two EventHubsMetricId values are the same. |
Implicit(String to EventHubsMetricId) |
Converts a String to a EventHubsMetricId. |
Inequality(EventHubsMetricId, EventHubsMetricId) |
Determines if two EventHubsMetricId values are not the same. |
Applies to
Azure SDK for .NET