Modulo WS-Management: Azione di verifica IWSManSession.Get

Microsoft.SystemCenter.WSManagement.Getter (ProbeActionModuleType)

Questo è il modulo di base che fornisce la funzionalità di IWSManSession.Get.

Element properties:

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

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
Protocolstring$Config/Get/Protocol$Protocollo
TargetSystemstring$Config/Get/TargetSystem$Sistema di destinazione
Portint$Config/Get/Port$Porta
Authenticationstring$Config/Get/Authentication$Autenticazione
UserNamestring$Config/Get/UserName$Nome utente
Passwordstring$Config/Get/Password$Password
SkipCACheckbool$Config/Get/SkipCACheck$Ignora controllo CA
SkipCNCheckbool$Config/Get/SkipCNCheck$Ignora controllo CN
OutputErrorIfAnybool$Config/Get/OutputErrorIfAny$Errore di output, se presente
UTFstring$Config/Get/UTF$UTF
Uristring$Config/Get/Uri$Uri
Selectorstring$Config/Get/Selector$Selettore
TimeOutInMSint$Config/Get/TimeOutInMS$Timeout in MS

Source Code:

<ProbeActionModuleType ID="Microsoft.SystemCenter.WSManagement.Getter" Accessibility="Public" RunAs="Microsoft.SystemCenter.WSManagement.WSManActionAccount" Batching="false" PassThrough="false">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>Microsoft.SystemCenter.WSManagement.Schemas</SchemaType>
</IncludeSchemaTypes>
<xsd:element name="Get" type="GetSchema"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="Protocol" Selector="$Config/Get/Protocol$" ParameterType="string"/>
<OverrideableParameter ID="TargetSystem" Selector="$Config/Get/TargetSystem$" ParameterType="string"/>
<OverrideableParameter ID="Port" Selector="$Config/Get/Port$" ParameterType="int"/>
<OverrideableParameter ID="Authentication" Selector="$Config/Get/Authentication$" ParameterType="string"/>
<OverrideableParameter ID="UserName" Selector="$Config/Get/UserName$" ParameterType="string"/>
<OverrideableParameter ID="Password" Selector="$Config/Get/Password$" ParameterType="string"/>
<OverrideableParameter ID="SkipCACheck" Selector="$Config/Get/SkipCACheck$" ParameterType="bool"/>
<OverrideableParameter ID="SkipCNCheck" Selector="$Config/Get/SkipCNCheck$" ParameterType="bool"/>
<OverrideableParameter ID="OutputErrorIfAny" Selector="$Config/Get/OutputErrorIfAny$" ParameterType="bool"/>
<OverrideableParameter ID="UTF" Selector="$Config/Get/UTF$" ParameterType="string"/>
<OverrideableParameter ID="Uri" Selector="$Config/Get/Uri$" ParameterType="string"/>
<OverrideableParameter ID="Selector" Selector="$Config/Get/Selector$" ParameterType="string"/>
<OverrideableParameter ID="TimeOutInMS" Selector="$Config/Get/TimeOutInMS$" ParameterType="int"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Native>
<ClassID>20073FC6-F8BA-466A-BAB8-92DEF165BF6F</ClassID>
</Native>
</ModuleImplementation>
<OutputType>Microsoft.SystemCenter.WSManagement.WSManData</OutputType>
<InputType>System!System.BaseData</InputType>
</ProbeActionModuleType>