BizTalk Send Port Discovery

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

Discovers send ports, send port groups, and associated relationships.

Knowledge Base article:

Summary

This discovers send ports, send port groups, and associated relationships in BizTalk Server.

Send ports are synonymous to receive locations, except that they are used as exit points and work on the send side. Receive locations are BizTalk artifacts that are used to provide an entry point for the external data to the messaging engine.

Element properties:

TargetMicrosoft.BizTalk.Server.2013R2.BizTalkApplication
EnabledFalse
Frequency43200
RemotableFalse

Object Discovery Details:

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

Member Modules:

ID Module Type TypeId RunAs 
Microsoft.BizTalk.Server.2013R2.SendPort.DataSource DataSource Microsoft.BizTalk.Server.2013R2.ArtifactsDiscovery Default

Source Code:

<Discovery ID="Microsoft.BizTalk.Server.2013R2.SendPort.Discovery" Enabled="false" Target="BTSLib!Microsoft.BizTalk.Server.2013R2.BizTalkApplication" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="BTSLib!Microsoft.BizTalk.Server.2013R2.SendPort">
<Property TypeID="BTSLib!Microsoft.BizTalk.Server.2013R2.ApplicationArtifact" PropertyID="Name"/>
<Property PropertyID="IsDynamic"/>
<Property PropertyID="IsTwoWay"/>
<Property PropertyID="Filter"/>
<Property PropertyID="Priority"/>
<Property PropertyID="Tracking"/>
<Property PropertyID="SendPipeline"/>
<Property PropertyID="ReceivePipeline"/>
<Property PropertyID="PrimaryTransportURL"/>
<Property PropertyID="SecondaryTransportURL"/>
</DiscoveryClass>
<DiscoveryClass TypeID="BTSLib!Microsoft.BizTalk.Server.2013R2.SendPortGroup">
<Property TypeID="BTSLib!Microsoft.BizTalk.Server.2013R2.ApplicationArtifact" PropertyID="Name"/>
<Property PropertyID="Filter"/>
</DiscoveryClass>
<DiscoveryRelationship TypeID="BTSLib!Microsoft.BizTalk.Server.2013R2.ApplicationHostsApplicationArtifact"/>
<DiscoveryRelationship TypeID="BTSLib!Microsoft.BizTalk.Server.2013R2.ApplicationArtifactRunsOnHost"/>
<DiscoveryRelationship TypeID="BTSLib!Microsoft.BizTalk.Server.2013R2.SendPortGroupContainsSendPorts"/>
</DiscoveryTypes>
<DataSource ID="Microsoft.BizTalk.Server.2013R2.SendPort.DataSource" TypeID="BTSLib!Microsoft.BizTalk.Server.2013R2.ArtifactsDiscovery">
<IntervalSeconds>43200</IntervalSeconds>
<Option>1</Option>
<TimeoutSeconds>300</TimeoutSeconds>
<RowStart>0</RowStart>
<RowEnd>0</RowEnd>
</DataSource>
</Discovery>