AnalysisData.Metrics Property

Definition

Gets or sets source Metrics

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to