Akce testu počítače příkazem Ping správy agentů

Microsoft.SystemCenter.AgentManagement.DiagnosticTask.ICMPPingDiagnosticWrapperProbe (ProbeActionModuleType)

Element properties:

TypeProbeActionModuleType
IsolationAny
AccessibilityInternal
RunAsMicrosoft.SystemCenter.AgentManagementAccount
InputTypeSystem.BaseData
OutputTypeSystem.PropertyBagData

Member Modules:

ID Module Type TypeId RunAs 
Ping ProbeAction Microsoft.SystemCenter.ICMPProbe Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
ComputerNamestring$Config/ComputerName$Název počítače

Source Code:

<ProbeActionModuleType ID="Microsoft.SystemCenter.AgentManagement.DiagnosticTask.ICMPPingDiagnosticWrapperProbe" Accessibility="Internal" RunAs="SCLibrary!Microsoft.SystemCenter.AgentManagementAccount" Batching="false" PassThrough="false">
<Configuration>
<xsd:element name="ComputerName" type="xsd:string"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="ComputerName" Selector="$Config/ComputerName$" ParameterType="string"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<ProbeAction ID="Ping" TypeID="SCLibrary!Microsoft.SystemCenter.ICMPProbe">
<ComputerSourcePing>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerSourcePing>
<NetworkTargetToPing>$Config/ComputerName$</NetworkTargetToPing>
</ProbeAction>
</MemberModules>
<Composition>
<Node ID="Ping"/>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.PropertyBagData</OutputType>
<InputType>System!System.BaseData</InputType>
</ProbeActionModuleType>