Resource Pool Watcher Composite On Demand Data Source

Microsoft.SystemCenter.ManagementServicePoolWatcher.Composite.OnDemand.DataSource (DataSourceModuleType)

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
OutputTypeSystem.Availability.StateData

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.HealthServiceWatcher.OnDemand.DataSource Default
Probe ProbeAction Microsoft.SystemCenter.HealthServiceWatcher.Availability.Probe Default

Source Code:

<DataSourceModuleType ID="Microsoft.SystemCenter.ManagementServicePoolWatcher.Composite.OnDemand.DataSource" Accessibility="Internal" Batching="false">
<Configuration>
<xsd:element minOccurs="1" name="MonitorId" type="xsd:string"/>
</Configuration>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<DataSource ID="DS" TypeID="Microsoft.SystemCenter.HealthServiceWatcher.OnDemand.DataSource">
<ManagementGroupId>$Target/ManagementGroup/Id$</ManagementGroupId>
<MonitorId>$Config/MonitorId$</MonitorId>
<ManagedEntityTypeId>$MPElement[Name="SCLibrary!Microsoft.SystemCenter.ManagementServicePoolWatcher"]$</ManagedEntityTypeId>
<KeyProperties>
<KeyProperty>
<PropertyId>$MPElement[Name="SCLibrary!Microsoft.SystemCenter.ManagementServicePoolWatcher"]/PoolId$</PropertyId>
<IsCaseSensitive>false</IsCaseSensitive>
<Value/>
</KeyProperty>
</KeyProperties>
</DataSource>
<ProbeAction ID="Probe" TypeID="Microsoft.SystemCenter.HealthServiceWatcher.Availability.Probe">
<ManagementGroupId>$Target/ManagementGroup/Id$</ManagementGroupId>
<InstanceId>$Data/KeyProperties/KeyProperty/Value$</InstanceId>
</ProbeAction>
</MemberModules>
<Composition>
<Node ID="Probe">
<Node ID="DS"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.Availability.StateData</OutputType>
</DataSourceModuleType>