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)

Syntax

public TimeSpan TimeWindow { get; set; }
public:
property TimeSpan TimeWindow {
    TimeSpan get();
    void set(TimeSpan value);
}
member TimeWindow : TimeSpan with get, set
Public Property TimeWindow As TimeSpan

Property Value

Type: System.TimeSpan

See Also

MetricTrigger Class
Microsoft.Azure.Management.Insights.Models Namespace

Return to top