Synchronize alerts write action

Microsoft.SystemCenter.AlertAttachment.SynchronizeAlerts.WriteAction (WriteActionModuleType)

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
InputTypeMicrosoft.SystemCenter.DataItemAlertSubscription

Member Modules:

ID Module Type TypeId RunAs 
WA WriteAction Microsoft.SystemCenter.AlertAttachment.SynchronizeAlerts.WriteAction.Internal Default
WA2 WriteAction Microsoft.SystemCenter.AlertAttachment.UpdateAlerts.WriteAction Default

Source Code:

<WriteActionModuleType ID="Microsoft.SystemCenter.AlertAttachment.SynchronizeAlerts.WriteAction" Accessibility="Internal" Batching="false">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="AttachmentSharePath" type="xsd:string"/>
</Configuration>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<WriteAction ID="WA" TypeID="Microsoft.SystemCenter.AlertAttachment.SynchronizeAlerts.WriteAction.Internal">
<AttachmentSharePath>$Config/AttachmentSharePath$</AttachmentSharePath>
</WriteAction>
<WriteAction ID="WA2" TypeID="Microsoft.SystemCenter.AlertAttachment.UpdateAlerts.WriteAction"/>
</MemberModules>
<Composition>
<Node ID="WA2">
<Node ID="WA"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<InputType>SC!Microsoft.SystemCenter.DataItemAlertSubscription</InputType>
</WriteActionModuleType>