Table of Contents

Class AzureAlertRules

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a collection of Azure alert rules.

public class AzureAlertRules : BypassSection
Inheritance
AzureAlertRules
Inherited Members

Constructors

AzureAlertRules()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.AzureAlertRules class.

public AzureAlertRules()

Properties

Items

Gets or sets the items in the collection.

public AzureAlertRuleCollection Items { get; set; }

Property Value

AzureAlertRuleCollection

Methods

Clone()

Returns a CENTREL.XIA.Configuration.Types.AzureAlertRules cloned from this object.

public AzureAlertRules Clone()

Returns

AzureAlertRules

A CENTREL.XIA.Configuration.Types.AzureAlertRules.

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.AzureAlertRules class from the specified XML.

public static AzureAlertRules FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

AzureAlertRules

A CENTREL.XIA.Configuration.Types.AzureAlertRules class.

ToString()

Returns the alert rules as a human readable string.

public override string ToString()

Returns

string

The alert rules as a human readable string.