Microsoft.SystemCenter.SyntheticTransactions.TCPPortCheckProbe (ProbeActionModuleType)

Element properties:

TypeProbeActionModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
OutputTypeMicrosoft.SystemCenter.SyntheticTransactions.TCPPortCheckData

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
ServerNamestring$Config/ServerName$Server Name
Portint$Config/Port$Port

Source Code:

<ProbeActionModuleType ID="Microsoft.SystemCenter.SyntheticTransactions.TCPPortCheckProbe" Accessibility="Public">
<Configuration>
<xsd:element name="ServerName" type="xsd:string"/>
<xsd:element name="Port" type="xsd:integer"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="ServerName" ParameterType="string" Selector="$Config/ServerName$"/>
<OverrideableParameter ID="Port" ParameterType="int" Selector="$Config/Port$"/>
</OverrideableParameters>
<ModuleImplementation>
<Native>
<ClassID>41EB45CD-BF11-4E2A-8349-07DA48DEA806</ClassID>
</Native>
</ModuleImplementation>
<OutputType>Microsoft.SystemCenter.SyntheticTransactions.TCPPortCheckData</OutputType>
<TriggerOnly>true</TriggerOnly>
</ProbeActionModuleType>