Moduł usługi WS-Management: Akcja sondowania IWSManSession.Invoke

Microsoft.SystemCenter.WSManagement.InvokeAsWA (WriteActionModuleType)

Jest to podstawowy moduł udostępniający funkcjonalność metody IWSManSession.Invoke.

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityPublic
RunAsMicrosoft.SystemCenter.WSManagement.WSManActionAccount
InputTypeSystem.BaseData
OutputTypeMicrosoft.SystemCenter.WSManagement.WSManData

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
Protocolstring$Config/Invoke/Protocol$Protokół
TargetSystemstring$Config/Invoke/TargetSystem$System docelowy
Portint$Config/Invoke/Port$Port
Authenticationstring$Config/Invoke/Authentication$Uwierzytelnianie
UserNamestring$Config/Invoke/UserName$Nazwa użytkownika
Passwordstring$Config/Invoke/Password$Hasło
SkipCACheckbool$Config/Invoke/SkipCACheck$Pomiń sprawdzanie urzędu certyfikacji
SkipCNCheckbool$Config/Invoke/SkipCNCheck$Pomiń sprawdzanie nazwy pospolitej
OutputErrorIfAnybool$Config/Invoke/OutputErrorIfAny$Błąd wyjścia, jeśli wystąpił
UTFstring$Config/Invoke/UTF$UTF
Uristring$Config/Invoke/Uri$URI
Selectorstring$Config/Invoke/Selector$Selektor
InvokeActionstring$Config/Invoke/InvokeAction$Wywołaj akcję
Inputstring$Config/Invoke/Input$Dane wejściowe
TimeOutInMSint$Config/Invoke/TimeOutInMS$Limit czasu w ms

Source Code:

<WriteActionModuleType ID="Microsoft.SystemCenter.WSManagement.InvokeAsWA" Accessibility="Public" RunAs="Microsoft.SystemCenter.WSManagement.WSManActionAccount" Batching="false">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>Microsoft.SystemCenter.WSManagement.Schemas</SchemaType>
</IncludeSchemaTypes>
<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">
<Native>
<ClassID>4427C733-42AE-4133-84FD-BEE4A3830EC0</ClassID>
</Native>
</ModuleImplementation>
<OutputType>Microsoft.SystemCenter.WSManagement.WSManData</OutputType>
<InputType>System!System.BaseData</InputType>
</WriteActionModuleType>