ManagementEventAggregationCondition.WindowSize Property
Optional. The time period over which the alert rule is evaluated.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public TimeSpan WindowSize { get; set; }
public:
property TimeSpan WindowSize {
TimeSpan get();
void set(TimeSpan value);
}
member WindowSize : TimeSpan with get, set
Public Property WindowSize As TimeSpan
Property Value
Type: System.TimeSpan
See Also
ManagementEventAggregationCondition Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top