Share via


MetricsQueryOptions.Aggregations Property

Definition

Gets the list of metric aggregations to retrieve.

Although this collection cannot be set, it can be modified. See Object initializers with collection read-only property initialization.

public System.Collections.Generic.IList<Azure.Monitor.Query.Models.MetricAggregationType> Aggregations { get; }
member this.Aggregations : System.Collections.Generic.IList<Azure.Monitor.Query.Models.MetricAggregationType>
Public ReadOnly Property Aggregations As IList(Of MetricAggregationType)

Property Value

Applies to