MetricTrigger.TimeAggregation Property
Optional. How the data that is collected should be combined over time. The default value is Average.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public TimeAggregationType TimeAggregation { get; set; }
public:
property TimeAggregationType TimeAggregation {
TimeAggregationType get();
void set(TimeAggregationType value);
}
member TimeAggregation : TimeAggregationType with get, set
Public Property TimeAggregation As TimeAggregationType
Property Value
Type: Microsoft.Azure.Management.Insights.Models.TimeAggregationType
See Also
MetricTrigger Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top