PSThresholdRuleCondition Class

Definition

Wrapps around the ThresholdRuleCondition class

public class PSThresholdRuleCondition : Microsoft.Azure.Commands.Insights.OutputClasses.IPSRuleCondition
type PSThresholdRuleCondition = class
    interface IPSRuleCondition
Public Class PSThresholdRuleCondition
Implements IPSRuleCondition
Inheritance
PSThresholdRuleCondition
Implements

Constructors

PSThresholdRuleCondition(ThresholdRuleCondition)
PSThresholdRuleCondition(ThresholdRuleCondition)

Initializes a new instance of the PSThresholdRuleCondition class

Properties

DataSource

Gets or sets the DataSource of the rule condition

Operator

Gets or sets the Operator of the rule condition

Threshold

Gets or sets the Threshold of the rule condition

TimeAggregation

Gets or sets the TimeAggregation operator of the rule condition

WindowsSize

Gets or sets the WindowSize of the rule condition

Methods

ToString()

A string representation of the object

Applies to