Microsoft.BizTalk.Server.2013R2.BizTalkHostDeploymentBizTalk Host Deployment

Microsoft.BizTalk.Server.2013R2.BizTalkHostDeployment (ClassType)

This is the counterpart of BizTalk Host in the deployment model.

Knowledge Base article:

Summary

The BizTalk Host object represents a logical set of zero or more runtime processes in which you can deploy services, pipelines, and other artifacts. The BizTalk Host Deployment object is a part of BizTalk Development View model and its health depends on the health of all the Host instances for a given Host.

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId7db8430a-79cf-0ee1-c302-090facf106e4

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.BizTalk.Server.2013R2.BizTalkHostDeployment:
Name  string  Name Name of the BizTalk host true 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.BizTalk.Server.2013R2.BizTalkHostDeployment" Accessibility="Public" Abstract="false" Base="System!System.LogicalEntity" Hosted="false" Singleton="false">
<Property ID="Name" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>