Share via


MonitoringConditionDetectionModule Class

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Represents a condition detection module in a Management Group.

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

Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.Configuration.ManagementPackSubElement
    Microsoft.EnterpriseManagement.Configuration.ManagementPackModule
      Microsoft.EnterpriseManagement.Configuration.ManagementPackConditionDetectionModule
        Microsoft.EnterpriseManagement.Configuration.MonitoringConditionDetectionModule

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod MonitoringConditionDetectionModule(ManagementPackElement, ManagementPackConditionDetectionModule)

Properties

Name Description
System_CAPS_pubproperty Configuration

(Inherited from ManagementPackModule.)

System_CAPS_pubproperty Description

(Inherited from ManagementPackSubElement.)

System_CAPS_pubproperty DisplayName

(Inherited from ManagementPackSubElement.)

System_CAPS_pubproperty Id

(Inherited from ManagementPackSubElement.)

System_CAPS_pubproperty LanguageCode

(Inherited from ManagementPackSubElement.)

System_CAPS_pubproperty ManagementGroup

(Inherited from ManagementPackSubElement.)

System_CAPS_pubproperty ManagementGroupId

(Inherited from ManagementPackSubElement.)

System_CAPS_pubproperty Name

(Inherited from ManagementPackSubElement.)

System_CAPS_pubproperty ParentElement

(Inherited from ManagementPackSubElement.)

System_CAPS_pubproperty RunAs

(Inherited from ManagementPackModule.)

System_CAPS_pubproperty TypeID

(Inherited from ManagementPackConditionDetectionModule.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from ManagementPackSubElement.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetDisplayString(CultureInfo)

(Inherited from ManagementPackSubElement.)

System_CAPS_pubmethod GetDisplayString(String)

(Inherited from ManagementPackSubElement.)

System_CAPS_pubmethod GetHashCode()

(Inherited from ManagementPackSubElement.)

System_CAPS_pubmethod GetKnowledgeArticle(CultureInfo)

(Inherited from ManagementPackSubElement.)

System_CAPS_pubmethod GetManagementPack()

(Inherited from ManagementPackSubElement.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethod ReadAttributes(ManagementPackElement, XmlReader)

(Inherited from ManagementPackConditionDetectionModule.)

System_CAPS_protmethod ReadElements(ManagementPackElement, XmlReader)

(Inherited from ManagementPackConditionDetectionModule.)

System_CAPS_pubmethod Reconnect(EnterpriseManagementGroup)

Reconnects this object to the specified Management Group after this object has been disconnected.

System_CAPS_pubmethod ToString()

(Inherited from ManagementPackSubElement.)

System_CAPS_protmethod WriteAttributes(XmlWriter)

(Inherited from ManagementPackConditionDetectionModule.)

System_CAPS_protmethod WriteElements(XmlWriter)

(Inherited from ManagementPackConditionDetectionModule.)

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