MonitoringViewType Class
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Defines a monitoring view type.
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.ManagementPackViewType
Microsoft.EnterpriseManagement.Configuration.MonitoringViewType
Syntax
[SerializableAttribute]
[ObsoleteAttribute("This class is obsolete. Please use ManagementPackViewType instead")]
public class MonitoringViewType : ManagementPackViewType, IMonitoringBase
[SerializableAttribute]
[ObsoleteAttribute("This class is obsolete. Please use ManagementPackViewType instead")]
public ref class MonitoringViewType : ManagementPackViewType,
IMonitoringBase
[<SerializableAttribute>]
[<ObsoleteAttribute("This class is obsolete. Please use ManagementPackViewType instead")>]
type MonitoringViewType =
class
inherit ManagementPackViewType
interface IMonitoringBase
end
<SerializableAttribute>
<ObsoleteAttribute("This class is obsolete. Please use ManagementPackViewType instead")>
Public Class MonitoringViewType
Inherits ManagementPackViewType
Implements IMonitoringBase
Constructors
Name | Description | |
---|---|---|
MonitoringViewType(ManagementPackViewType) |
Properties
Name | Description | |
---|---|---|
Accessibility | (Inherited from ManagementPackAccessibleElement.) |
|
Comment | (Inherited from ManagementPackElement.) |
|
Configuration | (Inherited from ManagementPackViewType.) |
|
Description | (Inherited from ManagementPackElement.) |
|
DisplayName | (Inherited from ManagementPackElement.) |
|
Id | (Inherited from ManagementPackElement.) |
|
LanguageCode | (Inherited from ManagementPackElement.) |
|
LastModified | (Inherited from ManagementPackItem.) |
|
ManagementGroup | (Inherited from ManagementPackElement.) |
|
ManagementGroupId | (Inherited from ManagementPackElement.) |
|
memberstatus | (Inherited from ManagementPackItem.) |
|
Name | (Inherited from ManagementPackElement.) |
|
Status | (Inherited from ManagementPackItem.) |
|
TimeAdded | (Inherited from ManagementPackItem.) |
|
ViewImplementation | (Inherited from ManagementPackViewType.) |
|
XmlTag | (Inherited from ManagementPackViewType.) |
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