PSLocationThresholdRuleCondition Constructors

Definition

Overloads

PSLocationThresholdRuleCondition(LocationThresholdRuleCondition)
PSLocationThresholdRuleCondition(LocationThresholdRuleCondition)

Initializes a new instance of the PSEventRuleCondition class

PSLocationThresholdRuleCondition(LocationThresholdRuleCondition)

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

Parameters

Applies to

PSLocationThresholdRuleCondition(LocationThresholdRuleCondition)

Initializes a new instance of the PSEventRuleCondition class

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

Parameters

ruleCondition
LocationThresholdRuleCondition

The rule condition

Applies to