LocationThresholdRuleCondition.FailedLocationCount Property
Optional. The number of locations that must fail to activate the alert.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public int FailedLocationCount { get; set; }
public:
property int FailedLocationCount {
int get();
void set(int value);
}
member FailedLocationCount : int with get, set
Public Property FailedLocationCount As Integer
Property Value
Type: System.Int32
See Also
LocationThresholdRuleCondition Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top