Microsoft SystemCenter ServiceMap WriteAction ExportMaps

Microsoft.SystemCenter.ServiceMap.WriteAction.ExportMaps (WriteActionModuleType)

This is the write action module for the the Microsoft System center Service map import rule.

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityPublic
RunAsSystem.PrivilegedMonitoringAccount
InputTypeScomBridge.WorldArm

Source Code:

<WriteActionModuleType ID="Microsoft.SystemCenter.ServiceMap.WriteAction.ExportMaps" Accessibility="Public" RunAs="System!System.PrivilegedMonitoringAccount" Batching="false">
<Configuration/>
<ModuleImplementation Isolation="Any">
<Managed>
<Assembly>Res.Microsoft.SystemCenter.ServiceMap.Modules</Assembly>
<Type>Microsoft.SystemCenter.ServiceMap.Modules.WriteAction.ServiceMapExportWriteAction</Type>
</Managed>
</ModuleImplementation>
<!-- <InputType>System!System.BaseData</InputType>-->
<InputType>ScomBridge.WorldArm</InputType>
</WriteActionModuleType>