BizTalk RFID Device Discovery

Microsoft.BizTalk.2013.BizTalkRFID.Device.Discovery (Discovery)

This is the discovery of the BizTalk RFID Device.

Knowledge Base article:

Summary

This is the discovery of the BizTalk RFID Device.

Element properties:

TargetMicrosoft.BizTalk.2013.BizTalkRFID.Service
EnabledTrue
Frequency1800
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:
Discovered relationships and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
Microsoft.BizTalk.2013.BizTalkRFID.Device.DataSource DataSource Microsoft.BizTalk.RFID.Components.Discovery Default

Source Code:

<Discovery ID="Microsoft.BizTalk.2013.BizTalkRFID.Device.Discovery" Target="Microsoft.BizTalk.2013.BizTalkRFID.Service" Enabled="true" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.BizTalk.2013.BizTalkRFID.Device">
<Property PropertyID="Name"/>
<Property PropertyID="Version"/>
<Property PropertyID="Vendor"/>
<Property PropertyID="DeviceId"/>
<Property PropertyID="FirmwareVersion"/>
<Property PropertyID="Network"/>
<Property PropertyID="Sources"/>
<Property PropertyID="IPAddress"/>
<Property PropertyID="Port"/>
<Property PropertyID="Status"/>
<Property TypeID="Microsoft.BizTalk.2013.BizTalkRFID.Service" PropertyID="Name"/>
<Property TypeID="Windows!Microsoft.Windows.Computer" PropertyID="PrincipalName"/>
</DiscoveryClass>
<DiscoveryRelationship TypeID="Microsoft.BizTalk.Library.BizTalkRFIDServiceHostsRFIDDevice"/>
</DiscoveryTypes>
<DataSource ID="Microsoft.BizTalk.2013.BizTalkRFID.Device.DataSource" TypeID="Microsoft.BizTalk.RFID.Components.Discovery">
<IntervalSeconds>1800</IntervalSeconds>
<Computer>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</Computer>
<Option>1</Option>
<TimeoutSeconds>300</TimeoutSeconds>
</DataSource>
</Discovery>