Alert Subscription Provider

Microsoft.SystemCenter.SubscribedAlertProvider (DataSourceModuleType)

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
OutputTypeMicrosoft.SystemCenter.DataItemAlertSubscription
Commentproduces alert change data items

Source Code:

<DataSourceModuleType ID="Microsoft.SystemCenter.SubscribedAlertProvider" Comment="produces alert change data items" Accessibility="Public" Batching="false">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>Microsoft.SystemCenter.AlertSubscriptionDataSourceSchema</SchemaType>
</IncludeSchemaTypes>
<xsd:choice xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:element name="AlertChangedSubscription" type="AlertChangedSubscriptionType" minOccurs="1" maxOccurs="1"/>
<xsd:element name="AlertNotChangedSubscription" type="AlertNotChangedSubscriptionType" minOccurs="1" maxOccurs="1"/>
</xsd:choice>
</Configuration>
<ModuleImplementation Isolation="Any">
<Managed>
<Assembly>Res.Microsoft.SystemCenter.SubscribedAlertProvider</Assembly>
<Type>Microsoft.EnterpriseManagement.Mom.AlertSubscriptionModule.AlertSubscriptionDataSource</Type>
</Managed>
</ModuleImplementation>
<OutputType>Microsoft.SystemCenter.DataItemAlertSubscription</OutputType>
</DataSourceModuleType>