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

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
ElementIdcaed3901-5eb2-47a9-f7c6-581b9d55409b

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.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>