Microsoft.SystemCenter.CM.AEM.Internal.EventMapperPA (ProbeActionModuleType)

Element properties:

TypeProbeActionModuleType
IsolationAny
AccessibilityInternal
RunAsMicrosoft.SystemCenter.CM.ActionAccount
InputTypeSystem.BaseData
OutputTypeMicrosoft.SystemCenter.Event.LinkedData

Member Modules:

ID Module Type TypeId RunAs 
EventMapper ProbeAction Microsoft.SystemCenter.CM.EventMapperPA Default

Source Code:

<ProbeActionModuleType ID="Microsoft.SystemCenter.CM.AEM.Internal.EventMapperPA" Accessibility="Internal" RunAs="AEMLib!Microsoft.SystemCenter.CM.ActionAccount">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>AEMLib!Microsoft.SystemCenter.CM.EventMapperConfiguration</SchemaType>
</IncludeSchemaTypes>
<xsd:element name="Event" type="EventMapperConfigType"/>
</Configuration>
<ModuleImplementation>
<Composite>
<MemberModules>
<ProbeAction ID="EventMapper" TypeID="AEMLib!Microsoft.SystemCenter.CM.EventMapperPA">
<Event>$Config/Event$</Event>
</ProbeAction>
</MemberModules>
<Composition>
<Node ID="EventMapper"/>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>SC!Microsoft.SystemCenter.Event.LinkedData</OutputType>
<InputType>System!System.BaseData</InputType>
</ProbeActionModuleType>