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