Synchonize alerts internal write action

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

This write action synchronizes alerts for new attachments

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityInternal
RunAsMicrosoft.SystemCenter.AlertAttachment.SaveAttachmentAccount
InputTypeMicrosoft.SystemCenter.DataItemAlertSubscription
OutputTypeSystem.BaseData

Source Code:

<WriteActionModuleType ID="Microsoft.SystemCenter.AlertAttachment.SynchronizeAlerts.WriteAction.Internal" Accessibility="Internal" RunAs="Microsoft.SystemCenter.AlertAttachment.SaveAttachmentAccount" Batching="false">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="AttachmentSharePath" type="xsd:string"/>
</Configuration>
<ModuleImplementation Isolation="Any">
<Managed>
<Assembly>Res.Microsoft.EnterpriseManagement.Modules.Apm.AlertAttachment.Modules</Assembly>
<Type>Microsoft.EnterpriseManagement.Modules.Apm.AlertAttachment.Modules.WriteActions.SynchronizeAlertsWriteAction</Type>
</Managed>
</ModuleImplementation>
<OutputType>System!System.BaseData</OutputType>
<InputType>SC!Microsoft.SystemCenter.DataItemAlertSubscription</InputType>
</WriteActionModuleType>