Microsoft.SystemCenter.CM.AEM.MonitorOverrideOverride Values For Error Group/Application

Microsoft.SystemCenter.CM.AEM.MonitorOverride (ClassType)

An entity representing different override values for an error group/application

Element properties:

Base ClassMicrosoft.SystemCenter.CM.AEM.AEMEntity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdb1bd934a-a4f1-bea9-151e-7bfbdbd0fbdd

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.SystemCenter.CM.AEM.MonitorOverride:
ManagedEntityId  guid  Error Group/Application Id Managed Entity Id representing the error group/application in question true 256   
HitCountThresholdValue  int  Threshold Value for Total Errors experienced Threshold Value for Total Errors experienced by the error group/application in question false 256   
UniqueUserThresholdValue  int  Threshold Value for Total Unique Users affected Threshold Value for Total Unique Users affected by errors in the concerned error group/application false 256   
UniqueComputerThresholdValue  int  Threshold Value for Total Unique Machines affected Threshold Value for Total Unique Machines affected by errors in the concerned error group/application false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.CM.AEM.MonitorOverride" Accessibility="Public" Base="Microsoft.SystemCenter.CM.AEM.AEMEntity" Hosted="false" Abstract="false">
<Property ID="ManagedEntityId" Type="guid" Key="true"/>
<Property ID="HitCountThresholdValue" Type="int" Key="false"/>
<Property ID="UniqueUserThresholdValue" Type="int" Key="false"/>
<Property ID="UniqueComputerThresholdValue" Type="int" Key="false"/>
</ClassType>