Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Defines the base types for monitor states.
Namespace:   Microsoft.EnterpriseManagement.Configuration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Inheritance Hierarchy
System.Object
  Microsoft.EnterpriseManagement.Configuration.ManagementPackSubElement
    Microsoft.EnterpriseManagement.Configuration.ManagementPackMonitorTypeState
      Microsoft.EnterpriseManagement.Configuration.UnitMonitorTypeState
Syntax
[SerializableAttribute]
[ObsoleteAttribute("This class is obsolete. Please use ManagementPackMonitorTypeState instead.")]
public class UnitMonitorTypeState : ManagementPackMonitorTypeState, 
    IMonitoringBase
[SerializableAttribute]
[ObsoleteAttribute("This class is obsolete. Please use ManagementPackMonitorTypeState instead.")]
public ref class UnitMonitorTypeState : ManagementPackMonitorTypeState, 
    IMonitoringBase
[<SerializableAttribute>]
[<ObsoleteAttribute("This class is obsolete. Please use ManagementPackMonitorTypeState instead.")>]
type UnitMonitorTypeState = 
    class
        inherit ManagementPackMonitorTypeState
        interface IMonitoringBase
    end
<SerializableAttribute>
<ObsoleteAttribute("This class is obsolete. Please use ManagementPackMonitorTypeState instead.")>
Public Class UnitMonitorTypeState
    Inherits ManagementPackMonitorTypeState
    Implements IMonitoringBase
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | UnitMonitorTypeState(ManagementPackElement, ManagementPackMonitorTypeState) | 
Properties
| Name | Description | |
|---|---|---|
| .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) | NoDetection | (Inherited from ManagementPackMonitorTypeState.) | 
| .jpeg) | ParentElement | (Inherited from ManagementPackSubElement.) | 
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)