Microsoft.SystemCenter.CM.AEM.MapperTypeApplication Name and Application Version Identifiers

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

Entity identifying application name and application version for a given Error Group or for a given event type of generic bucket

Element properties:

Base ClassMicrosoft.SystemCenter.CM.AEM.AEMEntity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId3b03b7f0-9b2b-3a39-87e1-7f77911e30fb

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.MapperType:
BucketType  string  Error Group Type Type of Error group true 256  False     
EventType  string  Generic Error Group Type Type of Event for a Generic Error Group true 256  False     
ApplicationNameParameterNumber  int  Application Name Identifier A number in [1, 11] range identifying the parameter to be used as application name false 256       
ApplicationVersionParameterNumber  int  Application Version Identifier A number in [1, 11] range identifying the parameter to be used as application version false 256       

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.CM.AEM.MapperType" Accessibility="Public" Base="Microsoft.SystemCenter.CM.AEM.AEMEntity" Hosted="false" Abstract="false">
<Property ID="BucketType" Type="string" Key="true" CaseSensitive="false" MinLength="0"/>
<Property ID="EventType" Type="string" Key="true" CaseSensitive="false" MinLength="0"/>
<Property ID="ApplicationNameParameterNumber" Type="int" Key="false"/>
<Property ID="ApplicationVersionParameterNumber" Type="int" Key="false"/>
</ClassType>