MetricTrigger.Statistic Property
Optional. How the metrics from multiple instances are combined.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public MetricStatisticType Statistic { get; set; }
public:
property MetricStatisticType Statistic {
MetricStatisticType get();
void set(MetricStatisticType value);
}
member Statistic : MetricStatisticType with get, set
Public Property Statistic As MetricStatisticType
Property Value
Type: Microsoft.Azure.Management.Insights.Models.MetricStatisticType
See Also
MetricTrigger Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top