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

PSThresholdRuleCondition Constructors

Definition

Overloads

PSThresholdRuleCondition(ThresholdRuleCondition)
PSThresholdRuleCondition(ThresholdRuleCondition)

Initializes a new instance of the PSThresholdRuleCondition class

PSThresholdRuleCondition(ThresholdRuleCondition)

public PSThresholdRuleCondition (Microsoft.Azure.Management.Monitor.Management.Models.ThresholdRuleCondition ruleCondition);
new Microsoft.Azure.Commands.Insights.OutputClasses.PSThresholdRuleCondition : Microsoft.Azure.Management.Monitor.Management.Models.ThresholdRuleCondition -> Microsoft.Azure.Commands.Insights.OutputClasses.PSThresholdRuleCondition
Public Sub New (ruleCondition As ThresholdRuleCondition)

Parameters

ruleCondition
ThresholdRuleCondition

Applies to

PSThresholdRuleCondition(ThresholdRuleCondition)

Initializes a new instance of the PSThresholdRuleCondition class

public PSThresholdRuleCondition (Microsoft.Azure.Management.Monitor.Models.ThresholdRuleCondition ruleCondition);
new Microsoft.Azure.Commands.Insights.OutputClasses.PSThresholdRuleCondition : Microsoft.Azure.Management.Monitor.Models.ThresholdRuleCondition -> Microsoft.Azure.Commands.Insights.OutputClasses.PSThresholdRuleCondition
Public Sub New (ruleCondition As ThresholdRuleCondition)

Parameters

ruleCondition
ThresholdRuleCondition

The rule condition

Applies to