Microsoft.BizTalk.2006.BAMPortalBAM Portal

Microsoft.BizTalk.2006.BAMPortal (ClassType)

This is the Server Role that indicates that BAM Portal is installed on a machine.

Element properties:

Base ClassSystem.WebSite
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdf7d7485f-7c08-6e59-4507-3c7eda9dd1ca

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.2006.BAMPortal:
Name  string  Name This is the Name of the WebSite true 256  False 
AppFriendlyName  string  Application Friendly Name The AppFriendlyName property specifies the user-friendly name of the package or application false 256  False 
AppPoolId  string  Application Pool This is the name of the Application Pool used by the website false 256  False 
DirPath  string  Directory Path This property sets the virtual root's Local Path property on the target system. false 256  False 
AppRoot  string  Application Root This property to determine the application virtual root. false 256  False 
AccessWrite  bool  Access Write This is the setting to provide the end user with write access to the virtual directory. false 256   
AccessRead  bool  Access Read This is the setting to provide the end user with read access to the virtual directory. false 256   
AccessExecute  bool  Access Execute This is the setting to provide the end user with execution access to the virtual directory. false 256   
AuthAnonymous  bool  Auth Anonymous This is the setting to provide the end user with anonymous access to the virtual directory. false 256   
AccessScript  bool  Access Script This is the setting to provide the end user with executing scripts access to the virtual directory. false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.BizTalk.2006.BAMPortal" Accessibility="Public" Base="System!System.WebSite" Hosted="true" Abstract="false" Singleton="false">
<Property ID="Name" Type="string" Key="true"/>
<Property ID="AppFriendlyName" Type="string"/>
<Property ID="AppPoolId" Type="string"/>
<Property ID="DirPath" Type="string"/>
<Property ID="AppRoot" Type="string"/>
<Property ID="AccessWrite" Type="bool"/>
<Property ID="AccessRead" Type="bool"/>
<Property ID="AccessExecute" Type="bool"/>
<Property ID="AuthAnonymous" Type="bool"/>
<Property ID="AccessScript" Type="bool"/>
</ClassType>