MetricTrigger::TimeWindow Property

 

Optional. The range of time in which instance data is collected. This value must be greater than the delay in metric collection, which can vary from resource-to-resource. Must be between 12 hours and 5 minutes.

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

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

Property Value

Type: System::TimeSpan
Return to top
Show: