Dell.FeatureManagement.Pack.GenerateInputToApplianceProbe (ProbeActionModuleType)

Element properties:

TypeProbeActionModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
InputTypeSystem.BaseData
OutputTypeMicrosoft.Windows.SerializedObjectData

Member Modules:

ID Module Type TypeId RunAs 
PSP ProbeAction Dell.FeatureManagement.Pack.PowerShellAPITaskProbe.FMPEngine Default

Overrideable Parameters:

IDParameterTypeSelector
PreferredMethodstring$Config/PreferredMethod$

Source Code:

<ProbeActionModuleType ID="Dell.FeatureManagement.Pack.GenerateInputToApplianceProbe" Accessibility="Internal" Batching="false" PassThrough="false">
<Configuration>
<xsd:element minOccurs="1" name="TimeoutSeconds" type="xsd:integer"/>
<xsd:element minOccurs="1" name="MPActionType" type="xsd:string"/>
<xsd:element minOccurs="1" name="Force" type="xsd:boolean"/>
<xsd:element minOccurs="1" name="PreferredMethod" type="xsd:string"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="PreferredMethod" Selector="$Config/PreferredMethod$" ParameterType="string"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<ProbeAction ID="PSP" TypeID="Dell.FeatureManagement.Pack.PowerShellAPITaskProbe.FMPEngine">
<ScriptName>DellFeatureMonitoringTask.ps1</ScriptName>
<LogLevel>0</LogLevel>
<LogDirectory>DellFeatureMonitoring_Logs</LogDirectory>
<MPActionType>$Config/MPActionType$</MPActionType>
<TimeoutSeconds>$Config/TimeoutSeconds$</TimeoutSeconds>
<Force>$Config/Force$</Force>
<addonarg1>none</addonarg1>
<PreferredMethod>$Config/PreferredMethod$</PreferredMethod>
</ProbeAction>
</MemberModules>
<Composition>
<Node ID="PSP"/>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>Windows!Microsoft.Windows.SerializedObjectData</OutputType>
<InputType>System!System.BaseData</InputType>
</ProbeActionModuleType>