ThresholdRuleCondition 类
阈值规则条件。
命名空间: Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models
程序集: Microsoft.WindowsAzure.Management.Monitoring(Microsoft.WindowsAzure.Management.Monitoring.dll 中)
继承层次结构
System.Object
Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.RuleCondition
Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.ThresholdRuleCondition
语法
public class ThresholdRuleCondition : RuleCondition
public ref class ThresholdRuleCondition : RuleCondition
type ThresholdRuleCondition =
class
inherit RuleCondition
end
Public Class ThresholdRuleCondition
Inherits RuleCondition
构造函数
名称 | 说明 | |
---|---|---|
ThresholdRuleCondition() | 初始化 ThresholdRuleCondition 类的新实例。 |
属性
名称 | 说明 | |
---|---|---|
DataSource | 可选。 条件的数据源。 |
|
Operator | 可选。 条件运算符。 |
|
Threshold | 可选。 条件的阈值。 |
|
WindowSize | 可选。 对其计算为警报规则的时段。 条件窗口大小取决于该度量值。 |
方法
名称 | 说明 | |
---|---|---|
Equals(Object) | (从 Object 继承。) |
|
Finalize() | (从 Object 继承。) |
|
GetHashCode() | (从 Object 继承。) |
|
GetType() | (从 Object 继承。) |
|
MemberwiseClone() | (从 Object 继承。) |
|
ToString() | (从 Object 继承。) |
线程安全
此类型的任何公共静态(Visual Basic 中为 Shared)成员都是线程安全的。但不保证所有实例成员都是线程安全的。
请参阅
Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models 命名空间
返回页首