ThresholdRuleCondition 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.
[Newtonsoft.Json.JsonObject("Microsoft.Azure.Management.Insights.Models.ThresholdRuleCondition")]
public class ThresholdRuleCondition : Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.RuleCondition
[<Newtonsoft.Json.JsonObject("Microsoft.Azure.Management.Insights.Models.ThresholdRuleCondition")>]
type ThresholdRuleCondition = class
inherit RuleCondition
Public Class ThresholdRuleCondition
Inherits RuleCondition
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
| Name | Description |
|---|---|
| ThresholdRuleCondition() | |
| ThresholdRuleCondition(ConditionOperator, Double, RuleDataSource, Nullable<TimeSpan>, Nullable<TimeAggregationOperator>) | |
Properties
| Name | Description |
|---|---|
| DataSource | (Inherited from RuleCondition) |
| OperatorProperty | |
| Threshold | |
| TimeAggregation | |
| WindowSize | |
Methods
| Name | Description |
|---|---|
| Validate() | |