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

Inheritance: IPSRuleCondition
Show file Open project: Azure/azure-powershell

Public Methods

Method Description
PSLocationThresholdRuleCondition ( Microsoft.Azure.Management.Insights.Models.LocationThresholdRuleCondition ruleCondition ) : Microsoft.Azure.Commands.Insights.Properties

Initializes a new instance of the PSEventRuleCondition class

ToString ( ) : string

A string representation of the object

Method Details

PSLocationThresholdRuleCondition() public method

Initializes a new instance of the PSEventRuleCondition class
public PSLocationThresholdRuleCondition ( Microsoft.Azure.Management.Insights.Models.LocationThresholdRuleCondition ruleCondition ) : Microsoft.Azure.Commands.Insights.Properties
ruleCondition Microsoft.Azure.Management.Insights.Models.LocationThresholdRuleCondition The rule condition
return Microsoft.Azure.Commands.Insights.Properties

ToString() public method

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