BizTalk Group Discovery

Microsoft.BizTalk.Server.2013R2.BizTalkGroup.Discovery (Discovery)

Discovers BizTalk group instances on computers where the run-time role is configured.

Knowledge Base article:

Summary

This discovers BizTalk group instances on computers where the run-time role is configured.

Element properties:

TargetMicrosoft.BizTalk.Server.2013R2.BizTalkRuntimeRole
EnabledTrue
Frequency43200
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
Microsoft.BizTalk.Server.2013R2.BizTalkGroup.DataSource DataSource Microsoft.BizTalk.Server.2013R2.BizTalkGroupDiscovery Default

Source Code:

<Discovery ID="Microsoft.BizTalk.Server.2013R2.BizTalkGroup.Discovery" Enabled="true" Target="BTSLib!Microsoft.BizTalk.Server.2013R2.BizTalkRuntimeRole" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="BTSLib!Microsoft.BizTalk.Server.2013R2.BizTalkGroup">
<Property PropertyID="Name"/>
<Property PropertyID="MgmtDbName"/>
<Property PropertyID="MgmtDbServerName"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="Microsoft.BizTalk.Server.2013R2.BizTalkGroup.DataSource" TypeID="BTSLib!Microsoft.BizTalk.Server.2013R2.BizTalkGroupDiscovery">
<IntervalSeconds>43200</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
<ComputerName/>
</DataSource>
</Discovery>