BizTalk Application Contains Send Ports Relationship Discovery

Microsoft.BizTalk.Library.ApplicationContainsSendPorts.Discovery (Discovery)

This is the discovery of the BizTalk Application Contains Send Ports Relationship.

Knowledge Base article:

Summary

This is the discovery of the BizTalk Application Contains Send Ports Relationship.

Element properties:

TargetMicrosoft.BizTalk.Library.HostInstance
EnabledTrue
Frequency21660
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:
  • Microsoft.BizTalk.Library.Application
    • ApplicationID
    • ApplicationName
    • IsDefault
    • IsSystem
    • DateModified
    • PrincipalName
  • Microsoft.BizTalk.Library.SendPort
    • Name
    • MgmtDbNameOverride
    • MgmtDbServerOverride
    • EncryptionCert
    • Filter
    • InboundTransforms
    • IsDynamic
    • IsTwoWay
    • OutboundTransforms
    • Priority
    • ReceivePipeline
    • SendPipeline
    • Status
    • Tracking
    • OrderedDelivery
    • StopSendingOnFailure
    • RouteFailedMessage
    • ServerName
    • PrincipalName
Discovered relationships and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
Microsoft.BizTalk.Library.ApplicationContainsSendPorts.DataSource DataSource Microsoft.BizTalk.Library.ApplicationsContainsObject Default

Source Code:

<Discovery ID="Microsoft.BizTalk.Library.ApplicationContainsSendPorts.Discovery" Target="BZLib!Microsoft.BizTalk.Library.HostInstance" Enabled="true" ConfirmDelivery="false" Priority="Normal" Remotable="true">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="BZLib!Microsoft.BizTalk.Library.Application">
<Property PropertyID="ApplicationID"/>
<Property PropertyID="ApplicationName"/>
<Property PropertyID="IsDefault"/>
<Property PropertyID="IsSystem"/>
<Property PropertyID="DateModified"/>
<Property TypeID="Windows!Microsoft.Windows.Computer" PropertyID="PrincipalName"/>
</DiscoveryClass>
<DiscoveryClass TypeID="BZLib!Microsoft.BizTalk.Library.SendPort">
<Property PropertyID="Name"/>
<Property PropertyID="MgmtDbNameOverride"/>
<Property PropertyID="MgmtDbServerOverride"/>
<Property PropertyID="EncryptionCert"/>
<Property PropertyID="Filter"/>
<Property PropertyID="InboundTransforms"/>
<Property PropertyID="IsDynamic"/>
<Property PropertyID="IsTwoWay"/>
<Property PropertyID="OutboundTransforms"/>
<Property PropertyID="Priority"/>
<Property PropertyID="ReceivePipeline"/>
<Property PropertyID="SendPipeline"/>
<Property PropertyID="Status"/>
<Property PropertyID="Tracking"/>
<Property PropertyID="OrderedDelivery"/>
<Property PropertyID="StopSendingOnFailure"/>
<Property PropertyID="RouteFailedMessage"/>
<Property PropertyID="ServerName"/>
<Property TypeID="BZLib!Microsoft.BizTalk.Library.Host" PropertyID="Name"/>
<Property TypeID="BZLib!Microsoft.BizTalk.Library.Host" PropertyID="MgmtDbServerOverride"/>
<Property TypeID="BZLib!Microsoft.BizTalk.Library.Host" PropertyID="MgmtDbNameOverride"/>
<Property TypeID="Windows!Microsoft.Windows.Computer" PropertyID="PrincipalName"/>
</DiscoveryClass>
<DiscoveryRelationship TypeID="BZLib!Microsoft.BizTalk.Library.ApplicationContainsSendPorts"/>
</DiscoveryTypes>
<DataSource ID="Microsoft.BizTalk.Library.ApplicationContainsSendPorts.DataSource" TypeID="BZLib!Microsoft.BizTalk.Library.ApplicationsContainsObject">
<IntervalSeconds>21660</IntervalSeconds>
<Computer>$Target/Property[Type="BZLib!Microsoft.BizTalk.Library.Host"]/RunningServer$</Computer>
<Option>2</Option>
<HostName>$Target/Property[Type="BZLib!Microsoft.BizTalk.Library.Host"]/Name$</HostName>
<MgmtDbServerOver>$Target/Property[Type="BZLib!Microsoft.BizTalk.Library.Host"]/MgmtDbServerOverride$</MgmtDbServerOver>
<MgmtDbNameOver>$Target/Property[Type="BZLib!Microsoft.BizTalk.Library.Host"]/MgmtDbNameOverride$</MgmtDbNameOver>
<TimeoutSeconds>500</TimeoutSeconds>
</DataSource>
</Discovery>