Upgrade Enterprise Agent

AVIcode.DotNet.SystemCenter.UpgradeEnterpriseAgent.WA (WriteActionModuleType)

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
InputTypeSystem.BaseData
OutputTypeSystem.BaseData

Member Modules:

ID Module Type TypeId RunAs 
DeployAgentWA WriteAction AVIcode.DotNet.SystemCenter.CommonScript.WA Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
SEViewerLocationstring$Config/SEViewerLocation$SEViewer LocationSEViewer Location
SecureConnectionbool$Config/SecureConnection$Secure ConnectionIndicates whether https is used to connect to the SEViewer computer.

Source Code:

<WriteActionModuleType ID="AVIcode.DotNet.SystemCenter.UpgradeEnterpriseAgent.WA" Accessibility="Internal" Batching="false">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>System!System.ParamListSchema</SchemaType>
</IncludeSchemaTypes>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="SEViewerLocation" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ActionType" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="SecureConnection" type="xsd:boolean"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="SEViewerLocation" Selector="$Config/SEViewerLocation$" ParameterType="string"/>
<OverrideableParameter ID="SecureConnection" Selector="$Config/SecureConnection$" ParameterType="bool"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<WriteAction ID="DeployAgentWA" TypeID="AVIcode.DotNet.SystemCenter.CommonScript.WA">
<Action>EnableEnterpriseMode</Action>
<Arguments>"$Config/SEViewerLocation$" "$Config/ActionType$" "$Config/SecureConnection$"</Arguments>
</WriteAction>
</MemberModules>
<Composition>
<Node ID="DeployAgentWA"/>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.BaseData</OutputType>
<InputType>System!System.BaseData</InputType>
</WriteActionModuleType>