TFS-terület elérési útjainak beolvasási tesztművelete

Microsoft.SystemCenter.TfsWISync.GetTfsAreaPaths.Task.ProbeActionType (ProbeActionModuleType)

Element properties:

TypeProbeActionModuleType
IsolationAny
AccessibilityInternal
RunAsSystem.PrivilegedMonitoringAccount
InputTypeSystem.BaseData
OutputTypeSystem.BaseData

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
Urlstring$Config/Url$TFS-gyűjtemény URL-címeTFS-gyűjtemény URL-címe
Projectstring$Config/Project$TFS-projektTFS-projekt

Source Code:

<ProbeActionModuleType ID="Microsoft.SystemCenter.TfsWISync.GetTfsAreaPaths.Task.ProbeActionType" Accessibility="Internal" RunAs="System!System.PrivilegedMonitoringAccount" Batching="false" PassThrough="false">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Url" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Project" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="UserName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Domain" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Password" type="xsd:string"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="Url" Selector="$Config/Url$" ParameterType="string"/>
<OverrideableParameter ID="Project" Selector="$Config/Project$" ParameterType="string"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Managed>
<Assembly>Res.Microsoft.EnterpriseManagement.Modules.Apm.TfsWISync.TfsModules</Assembly>
<Type>Microsoft.EnterpriseManagement.Modules.Apm.TfsConnector.TfsModules.GetAreaPathsTask</Type>
</Managed>
</ModuleImplementation>
<OutputType>System!System.BaseData</OutputType>
<InputType>System!System.BaseData</InputType>
</ProbeActionModuleType>