ThresholdRuleCondition Class

Definition

This class is intended to help in the transition between namespaces, since it will be a breaking change that needs to be announced and delayed 6 months. It is identical to the RuleCondition, but in the old namespace

public class ThresholdRuleCondition : Microsoft.Azure.Management.Monitor.Management.Models.RuleCondition
type ThresholdRuleCondition = class
    inherit RuleCondition
Public Class ThresholdRuleCondition
Inherits RuleCondition
Inheritance
ThresholdRuleCondition

Constructors

ThresholdRuleCondition()

Initializes a new instance of the RuleCondition class.

ThresholdRuleCondition(ThresholdRuleCondition)

Initializes a new instance of the RuleCondition class.

Properties

DataSource

Gets or sets the DataSource of the Rule Condition

(Inherited from RuleCondition)
OperatorProperty

Gets or sets the OperatorProperty of the TheresholdRuleCondition

Threshold

Gets or sets the Theshold of the TheresholdRuleCondition

TimeAggregation

Gtes or sets the TimeAggregation of the TheresholdRuleCondition

WindowSize

Gets or sets the WindowsSize of the TheresholdRuleCondition

Applies to