Synthetic Heartbeat Data Source

Microsoft.SystemCenter.HealthService.SyntheticHeartbeatDataSource (DataSourceModuleType)

System internal data source used for calculating resource pool availability.

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
OutputTypeSystem.BaseData

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.HealthService.SyntheticHeartbeatDataSourceBase Default

Overrideable Parameters:

IDParameterTypeSelector
SendToDefaultRoutebool$Config/SendToDefaultRoute$

Source Code:

<DataSourceModuleType ID="Microsoft.SystemCenter.HealthService.SyntheticHeartbeatDataSource" Accessibility="Internal" Batching="true">
<Configuration>
<xsd:element name="HeartbeatSourceEntityId" type="xsd:string"/>
<xsd:element name="HeartbeatIntervalSeconds" type="xsd:integer"/>
<xsd:element name="SendToDefaultRoute" type="xsd:boolean"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="SendToDefaultRoute" Selector="$Config/SendToDefaultRoute$" ParameterType="bool"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<DataSource ID="DS" TypeID="Microsoft.SystemCenter.HealthService.SyntheticHeartbeatDataSourceBase">
<ManagementGroupId>$Target/ManagementGroup/Id$</ManagementGroupId>
<HeartbeatSourceEntityId>$Config/HeartbeatSourceEntityId$</HeartbeatSourceEntityId>
<HeartbeatIntervalSeconds>$Config/HeartbeatIntervalSeconds$</HeartbeatIntervalSeconds>
<SendToDefaultRoute>$Config/SendToDefaultRoute$</SendToDefaultRoute>
</DataSource>
</MemberModules>
<Composition>
<Node ID="DS"/>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.BaseData</OutputType>
</DataSourceModuleType>