ThresholdRuleCondition.Threshold Property

 

Optional. Condition threshold.

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

Syntax

public double Threshold { get; set; }
public:
property double Threshold {
    double get();
    void set(double value);
}
member Threshold : float with get, set
Public Property Threshold As Double

Property Value

Type: System.Double

See Also

ThresholdRuleCondition Class
Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models Namespace

Return to top