Get IIS application pool probe action

Microsoft.SystemCenter.IntelliTraceProfiling.GetApplicationPool.ProbeActionType (ProbeActionModuleType)

Get the IIS application pool name and execution account

Element properties:

TypeProbeActionModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
InputTypeSystem.BaseData
OutputTypeSystem.PropertyBagData

Source Code:

<ProbeActionModuleType ID="Microsoft.SystemCenter.IntelliTraceProfiling.GetApplicationPool.ProbeActionType" Accessibility="Internal" Batching="false" PassThrough="false">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="IISApplicationPath" type="xsd:string"/>
</Configuration>
<ModuleImplementation Isolation="Any">
<Managed>
<Assembly>Res.Microsoft.EnterpriseManagement.Modules.Apm.IntelliTraceProfiling.Modules</Assembly>
<Type>Microsoft.EnterpriseManagement.Modules.Apm.IntelliTraceProfiling.Modules.GetApplicationPoolProbe</Type>
</Managed>
</ModuleImplementation>
<OutputType>System!System.PropertyBagData</OutputType>
<InputType>System!System.BaseData</InputType>
</ProbeActionModuleType>