C# Class Microsoft.Azure.Commands.Insights.OutputClasses.PSThresholdRuleCondition

Wrapps around the ThresholdRuleCondition class
Inheritance: IPSRuleCondition
Show file Open project: Azure/azure-powershell

Public Methods

Method Description
PSThresholdRuleCondition ( Microsoft.Azure.Management.Insights.Models.ThresholdRuleCondition ruleCondition ) : Microsoft.Azure.Management.Insights.Models

Initializes a new instance of the PSThresholdRuleCondition class

ToString ( ) : string

A string representation of the object

Method Details

PSThresholdRuleCondition() public method

Initializes a new instance of the PSThresholdRuleCondition class
public PSThresholdRuleCondition ( Microsoft.Azure.Management.Insights.Models.ThresholdRuleCondition ruleCondition ) : Microsoft.Azure.Management.Insights.Models
ruleCondition Microsoft.Azure.Management.Insights.Models.ThresholdRuleCondition The rule condition
return Microsoft.Azure.Management.Insights.Models

ToString() public method

A string representation of the object
public ToString ( ) : string
return string