共用方式為


DiagnosticSettingsResource.Metrics Property

Definition

Gets or sets the list of metric settings.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to