Microsoft.SystemCenter.CM.AEM.Internal.Erm_Rm_FileShareWA (WriteActionModuleType)

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityInternal
RunAsMicrosoft.SystemCenter.CM.ActionAccount
InputTypeMicrosoft.SystemCenter.CM.AEM.Internal.CrashData
OutputTypeMicrosoft.SystemCenter.CM.AEM.Internal.FileShareValidationResult

Member Modules:

ID Module Type TypeId RunAs 
Erm ProbeAction Microsoft.SystemCenter.CM.AEM.Internal.ErrorManagerPA Default
Rm ProbeAction Microsoft.SystemCenter.CM.AEM.Internal.ResponseManagerPA Default
FSWA WriteAction Microsoft.SystemCenter.CM.AEM.Internal.FileShareWA Default

Source Code:

<WriteActionModuleType ID="Microsoft.SystemCenter.CM.AEM.Internal.Erm_Rm_FileShareWA" Accessibility="Internal" RunAs="AEMLib!Microsoft.SystemCenter.CM.ActionAccount">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>Microsoft.SystemCenter.CM.AEM.Internal.ErrorManagerConfiguration</SchemaType>
<SchemaType>Microsoft.SystemCenter.CM.AEM.Internal.ResponseManagerConfiguration</SchemaType>
<SchemaType>Microsoft.SystemCenter.CM.AEM.Internal.FileShareConfiguration</SchemaType>
</IncludeSchemaTypes>
<xsd:element name="ErrorManagerConfiguration" type="ErrorManagerConfigType"/>
<xsd:element name="ResponseManagerConfiguration" type="ResponseManagerConfigType"/>
<xsd:element name="FileShareConfiguration" type="FileShareConfigType"/>
</Configuration>
<ModuleImplementation>
<Composite>
<MemberModules>
<ProbeAction ID="Erm" TypeID="Microsoft.SystemCenter.CM.AEM.Internal.ErrorManagerPA">
<ErrorManagerConfiguration>$Config/ErrorManagerConfiguration$</ErrorManagerConfiguration>
</ProbeAction>
<ProbeAction ID="Rm" TypeID="Microsoft.SystemCenter.CM.AEM.Internal.ResponseManagerPA">
<ResponseManagerConfiguration>$Config/ResponseManagerConfiguration$</ResponseManagerConfiguration>
</ProbeAction>
<WriteAction ID="FSWA" TypeID="Microsoft.SystemCenter.CM.AEM.Internal.FileShareWA">
<FileShareConfiguration>$Config/FileShareConfiguration$</FileShareConfiguration>
</WriteAction>
</MemberModules>
<Composition>
<Node ID="FSWA">
<Node ID="Rm">
<Node ID="Erm"/>
</Node>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>Microsoft.SystemCenter.CM.AEM.Internal.FileShareValidationResult</OutputType>
<InputType>Microsoft.SystemCenter.CM.AEM.Internal.CrashData</InputType>
</WriteActionModuleType>