Class AzureMetricAlertRuleConditions
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Azure metric alert rule conditions.
public class AzureMetricAlertRuleConditions : BaseTypeSection
- Inheritance
-
AzureMetricAlertRuleConditions
Constructors
AzureMetricAlertRuleConditions()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.AzureMetricAlertRuleConditions class.
public AzureMetricAlertRuleConditions()
Properties
Items
Gets or sets the items in the collection.
public AzureMetricAlertRuleConditionCollection Items { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.AzureMetricAlertRuleConditions cloned from this object.
public AzureMetricAlertRuleConditions Clone()
Returns
- AzureMetricAlertRuleConditions
A CENTREL.XIA.Configuration.Types.AzureMetricAlertRuleConditions.
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.AzureMetricAlertRuleConditions class from the specified XML.
public static AzureMetricAlertRuleConditions FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- AzureMetricAlertRuleConditions
A CENTREL.XIA.Configuration.Types.AzureMetricAlertRuleConditions class.
ToString()
Returns the metric alert rule conditions as a human readable string.
public override string ToString()
Returns
- string
The metric alert rule conditions as a human readable string.