Modul WS-Management: Časově omezený datový zdroj IWSManSession.Invoke

Microsoft.SystemCenter.WSManagement.TimedInvoker (DataSourceModuleType)

Tento modul je složený modul, který poskytuje pravidelně spouštěnou funkci IWSManSession.Invoke.

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityPublic
RunAsMicrosoft.SystemCenter.WSManagement.WSManActionAccount
OutputTypeMicrosoft.SystemCenter.WSManagement.WSManData

Member Modules:

ID Module Type TypeId RunAs 
Scheduler DataSource System.Scheduler Default
Invoker ProbeAction Microsoft.SystemCenter.WSManagement.Invoker Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
Protocolstring$Config/Invoke/Protocol$Protokol
TargetSystemstring$Config/Invoke/TargetSystem$Cílový systém
Portint$Config/Invoke/Port$Port
Authenticationstring$Config/Invoke/Authentication$Ověřování
UserNamestring$Config/Invoke/UserName$Uživatelské jméno
Passwordstring$Config/Invoke/Password$Heslo
SkipCACheckbool$Config/Invoke/SkipCACheck$Přeskočit kontrolu certifikační autority
SkipCNCheckbool$Config/Invoke/SkipCNCheck$Přeskočit kontrolu jména
OutputErrorIfAnybool$Config/Invoke/OutputErrorIfAny$Chyba výstupu (je-li)
UTFstring$Config/Invoke/UTF$UTF
Uristring$Config/Invoke/Uri$Uri
Selectorstring$Config/Invoke/Selector$Volič
InvokeActionstring$Config/Invoke/InvokeAction$Vyvolat akci
Inputstring$Config/Invoke/Input$Vstup
TimeOutInMSint$Config/Invoke/TimeOutInMS$Časový limit v MS

Source Code:

<DataSourceModuleType ID="Microsoft.SystemCenter.WSManagement.TimedInvoker" Accessibility="Public" RunAs="Microsoft.SystemCenter.WSManagement.WSManActionAccount" Batching="false">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>System!System.ExpressionEvaluatorSchema</SchemaType>
<SchemaType>Microsoft.SystemCenter.WSManagement.Schemas</SchemaType>
</IncludeSchemaTypes>
<xsd:element name="Scheduler" type="PublicSchedulerType"/>
<xsd:element name="Invoke" type="InvokeSchema"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="Protocol" Selector="$Config/Invoke/Protocol$" ParameterType="string"/>
<OverrideableParameter ID="TargetSystem" Selector="$Config/Invoke/TargetSystem$" ParameterType="string"/>
<OverrideableParameter ID="Port" Selector="$Config/Invoke/Port$" ParameterType="int"/>
<OverrideableParameter ID="Authentication" Selector="$Config/Invoke/Authentication$" ParameterType="string"/>
<OverrideableParameter ID="UserName" Selector="$Config/Invoke/UserName$" ParameterType="string"/>
<OverrideableParameter ID="Password" Selector="$Config/Invoke/Password$" ParameterType="string"/>
<OverrideableParameter ID="SkipCACheck" Selector="$Config/Invoke/SkipCACheck$" ParameterType="bool"/>
<OverrideableParameter ID="SkipCNCheck" Selector="$Config/Invoke/SkipCNCheck$" ParameterType="bool"/>
<OverrideableParameter ID="OutputErrorIfAny" Selector="$Config/Invoke/OutputErrorIfAny$" ParameterType="bool"/>
<OverrideableParameter ID="UTF" Selector="$Config/Invoke/UTF$" ParameterType="string"/>
<OverrideableParameter ID="Uri" Selector="$Config/Invoke/Uri$" ParameterType="string"/>
<OverrideableParameter ID="Selector" Selector="$Config/Invoke/Selector$" ParameterType="string"/>
<OverrideableParameter ID="InvokeAction" Selector="$Config/Invoke/InvokeAction$" ParameterType="string"/>
<OverrideableParameter ID="Input" Selector="$Config/Invoke/Input$" ParameterType="string"/>
<OverrideableParameter ID="TimeOutInMS" Selector="$Config/Invoke/TimeOutInMS$" ParameterType="int"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<DataSource ID="Scheduler" TypeID="System!System.Scheduler">
<Scheduler>$Config/Scheduler$</Scheduler>
</DataSource>
<ProbeAction ID="Invoker" TypeID="Microsoft.SystemCenter.WSManagement.Invoker">
<Invoke>$Config/Invoke$</Invoke>
</ProbeAction>
</MemberModules>
<Composition>
<Node ID="Invoker">
<Node ID="Scheduler"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>Microsoft.SystemCenter.WSManagement.WSManData</OutputType>
</DataSourceModuleType>