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
ElementIdfa5f1182-1c07-60d7-dfc2-67435ce127db

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
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>