MetricTrigger.Threshold Property
Optional. The threshold of the metric that triggers the scale action.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.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
MetricTrigger Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top