Share via


MetricDefinition.MinimumAlertableTimeWindow Property

 

Optional. Specifies the minimum alertable time window for the metric.

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

Syntax

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

Property Value

Type: System.TimeSpan

See Also

MetricDefinition Class
Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models Namespace

Return to top