Microsoft.SystemCenter.Advisor.MaintenanceTaskWriteAction (WriteActionModuleType)

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityInternal
RunAsSystem.PrivilegedMonitoringAccount
InputTypeSystem.BaseData

Overrideable Parameters:

IDParameterTypeSelector
DaysBeforeRenewint$Config/DaysBeforeRenew$

Source Code:

<WriteActionModuleType ID="Microsoft.SystemCenter.Advisor.MaintenanceTaskWriteAction" Accessibility="Internal" Batching="false" RunAs="System!System.PrivilegedMonitoringAccount">
<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="DaysBeforeRenew" 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="DaysBeforeRenew" Selector="$Config/DaysBeforeRenew$" ParameterType="int"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Managed>
<Assembly>Res.Microsoft.SystemCenter.Advisor.Assembly</Assembly>
<Type>Microsoft.SystemCenter.Advisor.WriteAction.MaintenanceTaskWriteAction</Type>
</Managed>
</ModuleImplementation>
<InputType>System!System.BaseData</InputType>
</WriteActionModuleType>