MetricTrigger.TimeAggregation Property
Optional. How the data that is collected should be combined over time.
Namespace: Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models
Assembly: Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.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.WindowsAzure.Management.Monitoring.Autoscale.Models.TimeAggregationType
See Also
MetricTrigger Class
Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models Namespace
Return to top