Share via


AlertProcessingRule Class

Definition

Alert processing rule object containing target scopes, conditions and scheduling logic.

public class AlertProcessingRule : Microsoft.Azure.Management.AlertsManagement.Models.ManagedResource
type AlertProcessingRule = class
    inherit ManagedResource
Public Class AlertProcessingRule
Inherits ManagedResource
Inheritance
AlertProcessingRule

Constructors

AlertProcessingRule()

Initializes a new instance of the AlertProcessingRule class.

AlertProcessingRule(String, String, String, String, IDictionary<String,String>, AlertProcessingRuleProperties, SystemData)

Initializes a new instance of the AlertProcessingRule class.

Properties

Id

Gets azure resource Id

(Inherited from Resource)
Location

Gets or sets resource location

(Inherited from ManagedResource)
Name

Gets azure resource name

(Inherited from Resource)
Properties

Gets or sets alert processing rule properties.

SystemData

Gets or sets alert processing rule system data.

Tags

Gets or sets resource tags

(Inherited from ManagedResource)
Type

Gets azure resource type

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to