Bagikan melalui


ThresholdRuleCondition Constructors

Definition

Overloads

ThresholdRuleCondition()

Initializes a new instance of the RuleCondition class.

ThresholdRuleCondition(ThresholdRuleCondition)

Initializes a new instance of the RuleCondition class.

ThresholdRuleCondition()

Initializes a new instance of the RuleCondition class.

public ThresholdRuleCondition ();
Public Sub New ()

Applies to

ThresholdRuleCondition(ThresholdRuleCondition)

Initializes a new instance of the RuleCondition class.

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

Parameters

ruleCondition
ThresholdRuleCondition

The RuleCondition object

Applies to