MonitoringDataType Class
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Encapsulates a data type in a Management Group. This class allows you to get the transform string for the data type and find the derived types.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Inheritance Hierarchy
System.Object
Microsoft.EnterpriseManagement.Configuration.ManagementPackItem
Microsoft.EnterpriseManagement.Configuration.ManagementPackElement
Microsoft.EnterpriseManagement.Configuration.ManagementPackAccessibleElement
Microsoft.EnterpriseManagement.Configuration.ManagementPackDataType
Microsoft.EnterpriseManagement.Configuration.MonitoringDataType
Syntax
[SerializableAttribute]
[ObsoleteAttribute("This class is obsolete. Please use ManagementPackDataType instead.")]
public class MonitoringDataType : ManagementPackDataType, IMonitoringBase
[SerializableAttribute]
[ObsoleteAttribute("This class is obsolete. Please use ManagementPackDataType instead.")]
public ref class MonitoringDataType : ManagementPackDataType,
IMonitoringBase
[<SerializableAttribute>]
[<ObsoleteAttribute("This class is obsolete. Please use ManagementPackDataType instead.")>]
type MonitoringDataType =
class
inherit ManagementPackDataType
interface IMonitoringBase
end
<SerializableAttribute>
<ObsoleteAttribute("This class is obsolete. Please use ManagementPackDataType instead.")>
Public Class MonitoringDataType
Inherits ManagementPackDataType
Implements IMonitoringBase
Constructors
Name | Description | |
---|---|---|
MonitoringDataType(ManagementPackDataType) |
Properties
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