ThresholdRuleCondition::TimeAggregation Property

 

Optional. How the data that is collected should be combined over time. The default value is the PrimaryAggregationType of the Metric.

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

public:
property Nullable<TimeAggregationOperator> TimeAggregation {
	Nullable<TimeAggregationOperator> get();
	void set(Nullable<TimeAggregationOperator> value);
}
Return to top
Show: