ThrottlingPolicy.MetricId Property

Definition

Gets or sets 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. Possible values include: 'IncomingBytes', 'OutgoingBytes', 'IncomingMessages', 'OutgoingMessages'

[Newtonsoft.Json.JsonProperty(PropertyName="metricId")]
public string MetricId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="metricId")>]
member this.MetricId : string with get, set
Public Property MetricId As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to