Microsoft.SystemCenter.Advisor.WriteAction.PostAlertChange (WriteActionModuleType)

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityPublic
RunAsSystem.PrivilegedMonitoringAccount
InputTypeSystem.TriggerData

Overrideable Parameters:

IDParameterTypeSelector
Certificatestring$Config/Certificate$
BatchSizeint$Config/BatchSize$

Source Code:

<WriteActionModuleType ID="Microsoft.SystemCenter.Advisor.WriteAction.PostAlertChange" Accessibility="Public" RunAs="System!System.PrivilegedMonitoringAccount" Batching="false">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Certificate" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="BatchSize" type="xsd:int"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ProxyUserName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ProxyUserPassword" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ProxyUserDomain" type="xsd:string"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="Certificate" Selector="$Config/Certificate$" ParameterType="string"/>
<OverrideableParameter ID="BatchSize" Selector="$Config/BatchSize$" ParameterType="int"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Managed>
<Assembly>Res.Microsoft.SystemCenter.Advisor.Assembly</Assembly>
<Type>Microsoft.SystemCenter.Advisor.WriteAction.PostAlertChangeWriteAction</Type>
</Managed>
</ModuleImplementation>
<InputType>System!System.TriggerData</InputType>
</WriteActionModuleType>