MetricStatisticType Enumeration

 

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

Syntax

public enum MetricStatisticType
public enum class MetricStatisticType
type MetricStatisticType
Public Enumeration MetricStatisticType

Members

Member name Description
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.

See Also

Microsoft.Azure.Management.Insights.Models Namespace

Return to top