Class AzureMetricAlertRule
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Azure metric alert rule.
public class AzureMetricAlertRule : AzureAlertRuleBase, IComparable<AzureAlertRuleBase>
- Inheritance
-
AzureMetricAlertRule
- Implements
- Inherited Members
Constructors
AzureMetricAlertRule()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.AzureMetricAlertRule class.
public AzureMetricAlertRule()
Properties
AutomaticallyResolveAlerts
Gets or sets whether to automatically resolve alerts.
public BooleanOption AutomaticallyResolveAlerts { get; set; }
Property Value
Conditions
Gets or sets the conditions for the alert rule.
public AzureMetricAlertRuleConditions Conditions { get; set; }