MonitoringRule Class

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Represents a monitoring rule that targets a type.

Namespace:   Microsoft.EnterpriseManagement.Configuration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.Configuration.ManagementPackItem
    Microsoft.EnterpriseManagement.Configuration.ManagementPackElement
      Microsoft.EnterpriseManagement.Configuration.ManagementPackRule
        Microsoft.EnterpriseManagement.Configuration.MonitoringRule

Syntax

[SerializableAttribute]
[ObsoleteAttribute("This class is obsolete. Please use ManagementPackRule instead.")]
public class MonitoringRule : ManagementPackRule, IMonitoringBase
[SerializableAttribute]
[ObsoleteAttribute("This class is obsolete. Please use ManagementPackRule instead.")]
public ref class MonitoringRule : ManagementPackRule, IMonitoringBase
[<SerializableAttribute>]
[<ObsoleteAttribute("This class is obsolete. Please use ManagementPackRule instead.")>]
type MonitoringRule = 
    class
        inherit ManagementPackRule
        interface IMonitoringBase
    end
<SerializableAttribute>
<ObsoleteAttribute("This class is obsolete. Please use ManagementPackRule instead.")>
Public Class MonitoringRule
    Inherits ManagementPackRule
    Implements IMonitoringBase

Constructors

Name Description
System_CAPS_pubmethod MonitoringRule(ManagementPackRule)

Properties

Name Description
System_CAPS_pubproperty Category

(Inherited from ManagementPackRule.)

System_CAPS_pubproperty Comment

(Inherited from ManagementPackElement.)

System_CAPS_pubproperty ConditionDetection

(Inherited from ManagementPackRule.)

System_CAPS_pubproperty ConfirmDelivery

(Inherited from ManagementPackRule.)

System_CAPS_pubproperty DataSourceCollection

(Inherited from ManagementPackRule.)

System_CAPS_pubproperty Description

(Inherited from ManagementPackElement.)

System_CAPS_pubproperty DiscardLevel

(Inherited from ManagementPackRule.)

System_CAPS_pubproperty DisplayName

(Inherited from ManagementPackElement.)

System_CAPS_pubproperty Enabled

(Inherited from ManagementPackRule.)

System_CAPS_pubproperty HasNonCategoryOverride

(Inherited from ManagementPackRule.)

System_CAPS_pubproperty Id

(Inherited from ManagementPackElement.)

System_CAPS_pubproperty LanguageCode

(Inherited from ManagementPackElement.)

System_CAPS_pubproperty LastModified

(Inherited from ManagementPackItem.)

System_CAPS_pubproperty ManagementGroup

(Inherited from ManagementPackElement.)

System_CAPS_pubproperty ManagementGroupId

(Inherited from ManagementPackElement.)

System_CAPS_protproperty memberstatus

(Inherited from ManagementPackItem.)

System_CAPS_pubproperty Name

(Inherited from ManagementPackElement.)

System_CAPS_pubproperty Priority

(Inherited from ManagementPackRule.)

System_CAPS_pubproperty Remotable

(Inherited from ManagementPackRule.)

System_CAPS_pubproperty Status

(Inherited from ManagementPackItem.)

System_CAPS_pubproperty Target

(Inherited from ManagementPackRule.)

System_CAPS_pubproperty TimeAdded

(Inherited from ManagementPackItem.)

System_CAPS_pubproperty WriteActionCollection

(Inherited from ManagementPackRule.)

System_CAPS_pubproperty XmlTag

(Inherited from ManagementPackRule.)

Methods

Name Description
System_CAPS_pubmethod CreateNavigator()

(Inherited from ManagementPackElement.)

System_CAPS_pubmethod Equals(Object)

(Inherited from ManagementPackElement.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetCategories()

(Inherited from ManagementPackElement.)

System_CAPS_pubmethod GetDisplayString(CultureInfo)

(Inherited from ManagementPackElement.)

System_CAPS_pubmethod GetDisplayString(String)

(Inherited from ManagementPackElement.)

System_CAPS_pubmethod GetFolders()

(Inherited from ManagementPackElement.)

System_CAPS_pubmethod GetHashCode()

(Inherited from ManagementPackElement.)

System_CAPS_pubmethod GetImageReferences()

(Inherited from ManagementPackElement.)

System_CAPS_pubmethod GetKnowledgeArticle(CultureInfo)

(Inherited from ManagementPackElement.)

System_CAPS_pubmethod GetKnowledgeArticle(String)

(Inherited from ManagementPackElement.)

System_CAPS_pubmethod GetManagementPack()

(Inherited from ManagementPackElement.)

System_CAPS_pubmethod GetOverrideableParameters()

Gets the available parameters for the monitoring rule.

System_CAPS_pubmethod GetOverrideableParametersByModule()

Gets the available parameters by module for the monitoring rule.

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethod PostProcessChange(ManagementPack)

(Inherited from ManagementPackElement.)

System_CAPS_protmethod ReadAttributes(ManagementPack, XmlReader)

(Inherited from ManagementPackRule.)

System_CAPS_protmethod ReadElements(ManagementPack, XmlReader)

(Inherited from ManagementPackRule.)

System_CAPS_pubmethod Reconnect(EnterpriseManagementGroup)

(Inherited from ManagementPackElement.)

System_CAPS_pubmethod Reconnect(ManagementPack)

(Inherited from ManagementPackRule.)

System_CAPS_pubmethod ToString()

(Inherited from ManagementPackElement.)

System_CAPS_protmethod UpdateCollection<T>(ManagementPackItemCollection<T>)

(Inherited from ManagementPackItem.)

System_CAPS_protmethod WriteAttributes(XmlWriter)

(Inherited from ManagementPackRule.)

System_CAPS_protmethod WriteElements(XmlWriter)

(Inherited from ManagementPackRule.)

System_CAPS_pubmethod WriteXml(XmlWriter)

(Inherited from ManagementPackElement.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.EnterpriseManagement.Configuration Namespace

Return to top