Configuration.Metrics Property

Definition

The custom metrics specified by the developer as queries against twin reported properties.

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="metrics")]
public Microsoft.Azure.Devices.ConfigurationMetrics Metrics { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="metrics")>]
member this.Metrics : Microsoft.Azure.Devices.ConfigurationMetrics with get, set
Public Property Metrics As ConfigurationMetrics

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to