ManagementEventRuleCondition 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.
A management event rule condition.
[Newtonsoft.Json.JsonObject("Microsoft.Azure.Management.Insights.Models.ManagementEventRuleCondition")]
public class ManagementEventRuleCondition : Microsoft.Azure.Management.Monitor.Models.RuleCondition
[<Newtonsoft.Json.JsonObject("Microsoft.Azure.Management.Insights.Models.ManagementEventRuleCondition")>]
type ManagementEventRuleCondition = class
inherit RuleCondition
Public Class ManagementEventRuleCondition
Inherits RuleCondition
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
ManagementEventRuleCondition() |
Initializes a new instance of the ManagementEventRuleCondition class. |
ManagementEventRuleCondition(RuleDataSource, ManagementEventAggregationCondition) |
Initializes a new instance of the ManagementEventRuleCondition class. |
Properties
Aggregation |
Gets or sets how the data that is collected should be combined over time and when the alert is activated. Note that for management event alerts aggregation is optional – if it is not provided then any event will cause the alert to activate. |
DataSource |
Gets or sets the resource from which the rule collects its data. For this type dataSource will always be of type RuleMetricDataSource. (Inherited from RuleCondition) |
Applies to
Azure SDK for .NET