AlertProcessingRule 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 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
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
Azure SDK for .NET