MonitoringRule Class
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Represents a monitoring rule that targets a 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.ManagementPackRule
Microsoft.EnterpriseManagement.Configuration.MonitoringRule
Syntax
[SerializableAttribute]
[ObsoleteAttribute("This class is obsolete. Please use ManagementPackRule instead.")]
public class MonitoringRule : ManagementPackRule, IMonitoringBase
[SerializableAttribute]
[ObsoleteAttribute("This class is obsolete. Please use ManagementPackRule instead.")]
public ref class MonitoringRule : ManagementPackRule, IMonitoringBase
[<SerializableAttribute>]
[<ObsoleteAttribute("This class is obsolete. Please use ManagementPackRule instead.")>]
type MonitoringRule =
class
inherit ManagementPackRule
interface IMonitoringBase
end
<SerializableAttribute>
<ObsoleteAttribute("This class is obsolete. Please use ManagementPackRule instead.")>
Public Class MonitoringRule
Inherits ManagementPackRule
Implements IMonitoringBase
Constructors
Name | Description | |
---|---|---|
MonitoringRule(ManagementPackRule) |
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