Process Monitoring: Internal datasource for subscribing for Process Data

Microsoft.Windows.Server.10.0.ProcessInfo.DWSubscription.HealthState.DataSource (DataSourceModuleType)

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
OutputTypeMicrosoft.Windows.Server.10.0.DataItemProcessHealthState.Type

Member Modules:

ID Module Type TypeId RunAs 
Data DataSource Microsoft.Windows.Server.10.0.Process.HealthState.DWSubscription.DataSource.Inner Default

Source Code:

<DataSourceModuleType ID="Microsoft.Windows.Server.10.0.ProcessInfo.DWSubscription.HealthState.DataSource" Accessibility="Internal" Batching="false">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ManagementGroupId" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ChannelId" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="DropItems" type="xsd:boolean"/>
</Configuration>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<DataSource ID="Data" TypeID="Microsoft.Windows.Server.10.0.Process.HealthState.DWSubscription.DataSource.Inner">
<ManagementGroupId>$Config/ManagementGroupId$</ManagementGroupId>
<ChannelId>$Config/ChannelId$</ChannelId>
<DropItems>$Config/DropItems$</DropItems>
</DataSource>
</MemberModules>
<Composition>
<Node ID="Data"/>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>Microsoft.Windows.Server.10.0.DataItemProcessHealthState.Type</OutputType>
</DataSourceModuleType>