MetricTrigger.TimeWindow Property
Optional. The range of time in which instance data is collected.
Namespace: Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models
Assembly: Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.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.WindowsAzure.Management.Monitoring.Autoscale.Models Namespace
Return to top