UnitMonitorState Class
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 | |
---|---|---|
UnitMonitorState(ManagementPackElement, ManagementPackUnitMonitorOperationalState) |
Properties
Name | Description | |
---|---|---|
Description | (Inherited from ManagementPackSubElement.) |
|
DisplayName | (Inherited from ManagementPackSubElement.) |
|
HealthState | (Inherited from ManagementPackUnitMonitorOperationalState.) |
|
Id | (Inherited from ManagementPackSubElement.) |
|
LanguageCode | (Inherited from ManagementPackSubElement.) |
|
ManagementGroup | (Inherited from ManagementPackSubElement.) |
|
ManagementGroupId | (Inherited from ManagementPackSubElement.) |
|
MonitorTypeStateID | (Inherited from ManagementPackUnitMonitorOperationalState.) |
|
Name | (Inherited from ManagementPackSubElement.) |
|
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