MetricsQueryOptions.Aggregations Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)