QueryMetricInterval.Metrics Property

Definition

Gets or sets list of metric objects for this interval

[Newtonsoft.Json.JsonProperty(PropertyName="metrics")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.QueryMetricProperties> Metrics { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="metrics")>]
member this.Metrics : System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.QueryMetricProperties> with get, set
Public Property Metrics As IList(Of QueryMetricProperties)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to