共用方式為


AlertProcessingRuleProperties Class

Definition

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