Microsoft.SystemCenter.CM.AEM.Views.Internal.FileShareTriggerPA (ProbeActionModuleType)

Element properties:

TypeProbeActionModuleType
IsolationAny
AccessibilityInternal
RunAsMicrosoft.SystemCenter.CM.ActionAccount
OutputTypeMicrosoft.SystemCenter.CM.AEM.Views.Internal.FileShareValidationResult

Source Code:

<ProbeActionModuleType ID="Microsoft.SystemCenter.CM.AEM.Views.Internal.FileShareTriggerPA" Accessibility="Internal" RunAs="AEMLib!Microsoft.SystemCenter.CM.ActionAccount" PassThrough="false" Batching="false">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>Microsoft.SystemCenter.CM.AEM.Views.Internal.FileShareConfiguration</SchemaType>
</IncludeSchemaTypes>
<xsd:element name="FileShareConfiguration" type="FileShareConfigType"/>
</Configuration>
<ModuleImplementation Isolation="Any">
<Managed>
<Assembly>Microsoft.Mom.Modules.ClientMonitoring, Culture="", PublicKeyToken="31bf3856ad364e35", Version="7.0.5000.0"</Assembly>
<Type>Microsoft.EnterpriseManagement.Mom.Modules.ClientMonitoring.FileSharePA</Type>
</Managed>
</ModuleImplementation>
<OutputType>Microsoft.SystemCenter.CM.AEM.Views.Internal.FileShareValidationResult</OutputType>
<TriggerOnly>true</TriggerOnly>
</ProbeActionModuleType>