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)
Syntax
public Nullable<TimeAggregationOperator> TimeAggregation { get; set; }
public:
property Nullable<TimeAggregationOperator> TimeAggregation {
Nullable<TimeAggregationOperator> get();
void set(Nullable<TimeAggregationOperator> value);
}
member TimeAggregation : Nullable<TimeAggregationOperator> with get, set
Public Property TimeAggregation As Nullable(Of TimeAggregationOperator)
Property Value
Type: System.Nullable<TimeAggregationOperator>
See Also
ThresholdRuleCondition Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top