Get The Pool Member Monitoring a Top Level Instance

Microsoft.SystemCenter.GetPoolMemberMonitoringTLME.CompositeProbe (ProbeActionModuleType)

Element properties:

TypeProbeActionModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
OutputTypeMicrosoft.SystemCenter.GetPoolMemberMonitoringTLME.DataType

Member Modules:

ID Module Type TypeId RunAs 
Probe ProbeAction Microsoft.SystemCenter.GetPoolMemberMonitoringTLME.Probe Default

Overrideable Parameters:

IDParameterTypeSelector
PoolIdstring$Config/PoolId$
ManagedEntityIdstring$Config/ManagedEntityId$

Source Code:

<ProbeActionModuleType ID="Microsoft.SystemCenter.GetPoolMemberMonitoringTLME.CompositeProbe" Accessibility="Public" Batching="false" PassThrough="false">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="PoolId" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ManagedEntityId" type="xsd:string"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="PoolId" Selector="$Config/PoolId$" ParameterType="string"/>
<OverrideableParameter ID="ManagedEntityId" Selector="$Config/ManagedEntityId$" ParameterType="string"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<ProbeAction ID="Probe" TypeID="Microsoft.SystemCenter.GetPoolMemberMonitoringTLME.Probe">
<ManagementGroupId>$Target/ManagementGroup/Id$</ManagementGroupId>
<PoolId>$Config/PoolId$</PoolId>
<ManagedEntityId>$Config/ManagedEntityId$</ManagedEntityId>
</ProbeAction>
</MemberModules>
<Composition>
<Node ID="Probe"/>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>Microsoft.SystemCenter.GetPoolMemberMonitoringTLME.DataType</OutputType>
<TriggerOnly>true</TriggerOnly>
</ProbeActionModuleType>