Rule.Condition Property
Optional. The condition that results in the alert rule being activated.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public RuleCondition Condition { get; set; }
public:
property RuleCondition^ Condition {
RuleCondition^ get();
void set(RuleCondition^ value);
}
member Condition : RuleCondition with get, set
Public Property Condition As RuleCondition
Property Value
Type: Microsoft.Azure.Management.Insights.Models.RuleCondition
See Also
Rule Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top