Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
Visual Basic |
---|
Dim instance As ManagementPackMonitorPropertyOverride |
Syntax
Visual Basic |
---|
<SerializableAttribute> _ Public Class ManagementPackMonitorPropertyOverride Inherits ManagementPackMonitorOverride |
C# |
---|
[SerializableAttribute] public class ManagementPackMonitorPropertyOverride : ManagementPackMonitorOverride |
C++ |
---|
[SerializableAttribute] public ref class ManagementPackMonitorPropertyOverride : public ManagementPackMonitorOverride |
J# |
---|
/** @attribute SerializableAttribute() */ public class ManagementPackMonitorPropertyOverride extends ManagementPackMonitorOverride |
JScript |
---|
SerializableAttribute public class ManagementPackMonitorPropertyOverride extends ManagementPackMonitorOverride |
Example
For an example of creating an override for a monitor, see How to Create an Override for a Monitor.
For example code that demonstrates how to get information about an override, see How to Get Information about an Override.
Remarks
The override is defined in a management pack and allows you to change the default value of the property. The property name and value can be accessed through this type.
The following properties can be overridden for unit monitors:
-
Enabled
-
GenerateAlert
-
AutoResolve
-
AlertPriority
-
AlertOnState
-
AlertSeverity
The following properties can be overridden for rollup monitors:
-
Enabled
-
Algorithm
-
AutoResolve
-
AlertPriority
-
AlertOnState
-
AlertSeverity
The following properties can be overridden for dependency monitors:
-
Enabled
-
Algorithm
-
AutoResolve
-
AlertPriority
-
AlertOnState
-
AlertSeverity
-
MemberInMaintenance
-
MemberUnavailable
-
IgnoreMemberInMaintenance
-
IgnoreMemberUnavailable
Inheritance Hierarchy
Microsoft.EnterpriseManagement.Configuration.ManagementPackItem
Microsoft.EnterpriseManagement.Configuration.ManagementPackElement
Microsoft.EnterpriseManagement.Configuration.ManagementPackOverride
Microsoft.EnterpriseManagement.Configuration.ManagementPackMonitorOverride
Microsoft.EnterpriseManagement.Configuration.ManagementPackMonitorPropertyOverride