ACDC Performance Rule Probe Action Module Type

Microsoft.SystemCenter.M365.ProbeAction.RTTACDC (ProbeActionModuleType)

Probe Action Module Type for ACDC Performance Rule

Element properties:

TypeProbeActionModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
OutputTypeSystem.PropertyBagData

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
Portstring$Config/Port$Port NumberTCP port number to ping, or UDP for ICMP ping.

Source Code:

<ProbeActionModuleType ID="Microsoft.SystemCenter.M365.ProbeAction.RTTACDC" Accessibility="Internal" Batching="false" PassThrough="false">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Port" type="xsd:string"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="Port" Selector="$Config/Port$" ParameterType="string"/>
</OverrideableParameters>
<ModuleImplementation>
<Managed>
<Assembly>Microsoft.SystemCenter.M365.ManagedModules.Assembly</Assembly>
<Type>Microsoft.SystemCenter.M365.ManagedModules.PingRTTACDC</Type>
</Managed>
</ModuleImplementation>
<OutputType>System!System.PropertyBagData</OutputType>
<TriggerOnly>true</TriggerOnly>
</ProbeActionModuleType>