WS-Yönetimi Modülü: IWSManSession.Get Araştırma Eylemi

Microsoft.SystemCenter.WSManagement.Getter (ProbeActionModuleType)

Bu modül IWSManSession.Get işlevini sağlayan temel modüldür.

Element properties:

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

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
Protocolstring$Config/Get/Protocol$Protokol
TargetSystemstring$Config/Get/TargetSystem$Hedef Sistem
Portint$Config/Get/Port$Bağlantı Noktası
Authenticationstring$Config/Get/Authentication$Kimlik Doğrulama
UserNamestring$Config/Get/UserName$Kullanıcı Adı
Passwordstring$Config/Get/Password$Parola
SkipCACheckbool$Config/Get/SkipCACheck$CA Denetimini Atla
SkipCNCheckbool$Config/Get/SkipCNCheck$CN Denetimini Atla
OutputErrorIfAnybool$Config/Get/OutputErrorIfAny$Varsa Çıktı Hatası
UTFstring$Config/Get/UTF$UTF
Uristring$Config/Get/Uri$Uri
Selectorstring$Config/Get/Selector$Seçici
TimeOutInMSint$Config/Get/TimeOutInMS$MS'te Zaman Aşımı

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>