Apm event version mapper module

Microsoft.SystemCenter.Apm.LobEventVersionMapper (ConditionDetectionModuleType)

Condition Detection module that transforms Apm events to have supported version

Element properties:

TypeConditionDetectionModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
OutputTypeSystem.BaseData

Source Code:

<ConditionDetectionModuleType ID="Microsoft.SystemCenter.Apm.LobEventVersionMapper" Accessibility="Public" Stateful="false" PassThrough="false" Batching="false">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="SupportedVersions" type="xsd:string"/>
</Configuration>
<ModuleImplementation>
<Managed>
<Assembly>Res.Microsoft.SystemCenter.Apm.AgentModules</Assembly>
<Type>Microsoft.EnterpriseManagement.Modules.Apm.AgentModules.EventVersionTransformer.LobEventVersionConditionDetection</Type>
</Managed>
</ModuleImplementation>
<OutputType>System!System.BaseData</OutputType>
<InputTypes>
<InputType>System!System.BaseData</InputType>
</InputTypes>
</ConditionDetectionModuleType>