Salvar a ação de gravação do anexo

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

Salva os anexos em um compartilhamento de arquivos de rede.

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 se um novo alerta de informações deve ser gerado para anexos já vinculados aos alertasIndica se um novo alerta de informações deve ser gerado para anexos já vinculados aos 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>