Save attachment internal write action

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

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityInternal
RunAsMicrosoft.SystemCenter.AlertAttachment.SaveAttachmentAccount
InputTypeSystem.BaseData
OutputTypeSystem.PropertyBagData

Source Code:

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