Metrics.MetricAggregations Property
Optional. The list of aggregations to generate.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public IList<MetricAggregation> MetricAggregations { get; set; }
public:
property IList<MetricAggregation^>^ MetricAggregations {
IList<MetricAggregation^>^ get();
void set(IList<MetricAggregation^>^ value);
}
member MetricAggregations : IList<MetricAggregation> with get, set
Public Property MetricAggregations As IList(Of MetricAggregation)
Property Value
Type: System.Collections.Generic.IList<MetricAggregation>
See Also
Metrics Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top