AEM File Share Write Action

Microsoft.SystemCenter.CM.AEM.UITasks.FileShareWA (WriteActionModuleType)

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityInternal
RunAsMicrosoft.SystemCenter.CM.ActionAccount
InputTypeSystem.BaseData
OutputTypeMicrosoft.SystemCenter.CM.AEM.UITasks.FileShareValidationResult

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
Locationstring$Config/FileShareConfiguration/Location$Location

Source Code:

<WriteActionModuleType ID="Microsoft.SystemCenter.CM.AEM.UITasks.FileShareWA" Accessibility="Internal" RunAs="AEMLib!Microsoft.SystemCenter.CM.ActionAccount" Batching="false">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>Microsoft.SystemCenter.CM.AEM.UITasks.FileShareConfiguration</SchemaType>
</IncludeSchemaTypes>
<xsd:element name="FileShareConfiguration" type="FileShareConfigType"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="Location" Selector="$Config/FileShareConfiguration/Location$" ParameterType="string"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Managed>
<Assembly>Microsoft.Mom.Modules.ClientMonitoring</Assembly>
<Type>Microsoft.EnterpriseManagement.Mom.Modules.ClientMonitoring.FileSharePA</Type>
</Managed>
</ModuleImplementation>
<OutputType>Microsoft.SystemCenter.CM.AEM.UITasks.FileShareValidationResult</OutputType>
<InputType>System!System.BaseData</InputType>
</WriteActionModuleType>