Share via


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