AlertProcessingRuleProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Alert processing rule properties defining scopes, conditions and scheduling logic for alert processing rule.
public class AlertProcessingRuleProperties
type AlertProcessingRuleProperties = class
Public Class AlertProcessingRuleProperties
- Inheritance
-
AlertProcessingRuleProperties
Constructors
AlertProcessingRuleProperties() |
Initializes a new instance of the AlertProcessingRuleProperties class. |
AlertProcessingRuleProperties(IList<String>, IList<Action>, IList<Condition>, Schedule, String, Nullable<Boolean>) |
Initializes a new instance of the AlertProcessingRuleProperties class. |
Properties
Actions |
Gets or sets actions to be applied. |
Conditions |
Gets or sets conditions on which alerts will be filtered. |
Description |
Gets or sets description of alert processing rule. |
Enabled |
Gets or sets indicates if the given alert processing rule is enabled or disabled. |
Schedule |
Gets or sets scheduling for alert processing rule. |
Scopes |
Gets or sets scopes on which alert processing rule will apply. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET