Share via


EventHubsMetricId Struct

Definition

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