你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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