UnitMonitorTypeState Class
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 | |
---|---|---|
UnitMonitorTypeState(ManagementPackElement, ManagementPackMonitorTypeState) |
Properties
Name | Description | |
---|---|---|
Description | (Inherited from ManagementPackSubElement.) |
|
DisplayName | (Inherited from ManagementPackSubElement.) |
|
Id | (Inherited from ManagementPackSubElement.) |
|
LanguageCode | (Inherited from ManagementPackSubElement.) |
|
ManagementGroup | (Inherited from ManagementPackSubElement.) |
|
ManagementGroupId | (Inherited from ManagementPackSubElement.) |
|
Name | (Inherited from ManagementPackSubElement.) |
|
NoDetection | (Inherited from ManagementPackMonitorTypeState.) |
|
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