Microsoft.SystemCenter.Advisor.GetAlertUpdate (DataSourceModuleType)

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityPublic
RunAsSystem.PrivilegedMonitoringAccount
OutputTypeSystem.Health.AlertUpdateData

Overrideable Parameters:

IDParameterTypeSelector
Frequencyint$Config/Frequency$
Certificatestring$Config/Certificate$
AlertInsertionBatchSizeint$Config/AlertInsertionBatchSize$
AlertInsertionTimeIntervalint$Config/AlertInsertionTimeInterval$

Source Code:

<DataSourceModuleType ID="Microsoft.SystemCenter.Advisor.GetAlertUpdate" Accessibility="Public" RunAs="System!System.PrivilegedMonitoringAccount" Batching="false">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Frequency" type="xsd:int"/>
<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="AlertInsertionBatchSize" type="xsd:int"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="AlertInsertionTimeInterval" 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="Frequency" Selector="$Config/Frequency$" ParameterType="int"/>
<OverrideableParameter ID="Certificate" Selector="$Config/Certificate$" ParameterType="string"/>
<OverrideableParameter ID="AlertInsertionBatchSize" Selector="$Config/AlertInsertionBatchSize$" ParameterType="int"/>
<OverrideableParameter ID="AlertInsertionTimeInterval" Selector="$Config/AlertInsertionTimeInterval$" ParameterType="int"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Managed>
<Assembly>Res.Microsoft.SystemCenter.Advisor.Assembly</Assembly>
<Type>Microsoft.SystemCenter.Advisor.GetAlertUpdateDataSource</Type>
</Managed>
</ModuleImplementation>
<OutputType>Health!System.Health.AlertUpdateData</OutputType>
</DataSourceModuleType>