LocationThresholdRuleCondition::WindowSize Property

 

Optional. The period of time that is used to monitor alert activity based on the threshold. Must be between 5 minutes and 1 day.

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

public:
property TimeSpan WindowSize {
	TimeSpan get();
	void set(TimeSpan value);
}

Property Value

Type: System::TimeSpan
Return to top
Show: