MetricStatisticType Enumeration

 

Updated: September 18, 2014

Namespace:   Microsoft.Azure.Management.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

type MetricStatisticType

Member nameDescription
Average

Metric values from all instances is averaged.

Max

The greatest metric value from all instances is used.

Min

The least metric value from all instances is used.

Sum

The total of all of the metric values from all instances is used.

Return to top
Show: