Share via


ApplicationResourceUpdate.Metrics Property

Definition

Gets or sets list of application capacity metric description.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to