Acción de escritura de almacenamiento de datos adjuntos

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

Guarda los datos adjuntos en un recurso compartido de archivos de red.

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
InputTypeSystem.BaseData

Member Modules:

ID Module Type TypeId RunAs 
PA ProbeAction Microsoft.SystemCenter.AlertAttachment.RetrieveSharePath.ProbeAction Default
WA WriteAction Microsoft.SystemCenter.AlertAttachment.SaveAttachmentInternal.WriteAction Default
WA2 WriteAction Microsoft.SystemCenter.AlertAttachment.SaveAttachment.UpdateGenerateAlert.WriteAction Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
GenerateNewAlertForAlertContextbool$Config/GenerateNewAlertForAlertContext$Indica si debe emitirse una nueva alerta de información para los datos adjuntos que ya están vinculados a las alertasIndica si debe emitirse una nueva alerta de información para los datos adjuntos que ya están vinculados a las alertas

Source Code:

<WriteActionModuleType ID="Microsoft.SystemCenter.AlertAttachment.SaveAttachment.WriteAction" Accessibility="Internal" Batching="false">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="GenerateNewAlertForAlertContext" type="xsd:boolean"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ComputerName" type="xsd:string"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="GenerateNewAlertForAlertContext" Selector="$Config/GenerateNewAlertForAlertContext$" ParameterType="bool"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<ProbeAction ID="PA" TypeID="Microsoft.SystemCenter.AlertAttachment.RetrieveSharePath.ProbeAction"/>
<WriteAction ID="WA" TypeID="Microsoft.SystemCenter.AlertAttachment.SaveAttachmentInternal.WriteAction">
<GenerateNewAlertForAlertContext>$Config/GenerateNewAlertForAlertContext$</GenerateNewAlertForAlertContext>
</WriteAction>
<WriteAction ID="WA2" TypeID="Microsoft.SystemCenter.AlertAttachment.SaveAttachment.UpdateGenerateAlert.WriteAction">
<ComputerName>$Config/ComputerName$</ComputerName>
</WriteAction>
</MemberModules>
<Composition>
<Node ID="WA2">
<Node ID="WA">
<Node ID="PA"/>
</Node>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<InputType>System!System.BaseData</InputType>
</WriteActionModuleType>