ThresholdRuleCondition::WindowSize Property

 

Optional. The time period over which the alert rule is evaluated. Condition window size depends on the metric.

Namespace:   Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models
Assembly:  Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)

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

Property Value

Type: System::TimeSpan
Return to top
Show: