WCF Web Hizmeti Bulma Araştırma modülü

Microsoft.SystemCenter.Apm.IIS2008WcfApplicationDiscoveryProbe (ProbeActionModuleType)

Element properties:

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

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
DiscoverEmptyDirectoriesAsWcfApplicationOverridebool$Config/DiscoverEmptyDirectoriesAsWcfApplication$WCF Web Hizmeti Bulma Araştırması Boş Dizin bulma işlemini Geçersiz KılmaBoş kök sanal dizinine sahip uygulamaları WCF Web Hizmetleri olarak işlemek için True olarak ayarlayın.
AdditionalExtensionsOverridestring$Config/AdditionalExtensions$WCF Web Hizmeti Bulma Araştırması Ek Uzantıları Geçersiz KılmaNoktalı virgülle (;) ayrılmış ve bir uygulamayı WCF Web Hizmeti olarak tanımlamak için kullanılması gereken dosya uzantıları listesini sağlar. IIS bulma tarafından kullanılan varsayılan düzen sanal dizinde .svc dosyalarını aramaya yöneliktir; herhangi biri bulunursa, WCF Web Hizmeti uç noktası oluşturulur. Yeni bir dosya uzantısı liste dizesinin örneği, WCF Web Hizmetlerini temsil eden myFile.foo ve myFile.bar gibi dosyaları belirten "foo;bar"dır.

Source Code:

<ProbeActionModuleType ID="Microsoft.SystemCenter.Apm.IIS2008WcfApplicationDiscoveryProbe" Accessibility="Internal" RunAs="System!System.PrivilegedMonitoringAccount">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ComputerName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="DiscoveryType" type="xsd:unsignedInt"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="DiscoverySourceObjectId" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="DiscoverySourceManagedEntityId" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="DiscoverEmptyDirectoriesAsWcfApplication" type="xsd:boolean"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="AdditionalExtensions" type="xsd:string"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter Selector="$Config/DiscoverEmptyDirectoriesAsWcfApplication$" ParameterType="bool" ID="DiscoverEmptyDirectoriesAsWcfApplicationOverride"/>
<OverrideableParameter Selector="$Config/AdditionalExtensions$" ParameterType="string" ID="AdditionalExtensionsOverride"/>
</OverrideableParameters>
<ModuleImplementation>
<Managed>
<Assembly>Res.Microsoft.SystemCenter.Apm.Discovery.Wcf</Assembly>
<Type>Microsoft.EnterpriseManagement.Modules.Apm.Discovery.Wcf.WcfDiscoveryProbe</Type>
</Managed>
</ModuleImplementation>
<OutputType>System!System.Discovery.Data</OutputType>
<InputType>System!System.BaseData</InputType>
</ProbeActionModuleType>