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 | |
|---|---|---|
| .jpeg) | MonitoringConditionDetectionModule(ManagementPackElement, ManagementPackConditionDetectionModule) | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | Configuration | (Inherited from ManagementPackModule.) | 
| .jpeg) | Description | (Inherited from ManagementPackSubElement.) | 
| .jpeg) | DisplayName | (Inherited from ManagementPackSubElement.) | 
| .jpeg) | Id | (Inherited from ManagementPackSubElement.) | 
| .jpeg) | LanguageCode | (Inherited from ManagementPackSubElement.) | 
| .jpeg) | ManagementGroup | (Inherited from ManagementPackSubElement.) | 
| .jpeg) | ManagementGroupId | (Inherited from ManagementPackSubElement.) | 
| .jpeg) | Name | (Inherited from ManagementPackSubElement.) | 
| .jpeg) | ParentElement | (Inherited from ManagementPackSubElement.) | 
| .jpeg) | RunAs | (Inherited from ManagementPackModule.) | 
| .jpeg) | TypeID | (Inherited from ManagementPackConditionDetectionModule.) | 
Methods
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
.jpeg)