Microsoft.BizTalk.Server.2013R2.BAMPortalBAM Portal

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

This represents a BAM portal that is installed on a computer.

Knowledge Base article:

Summary

BAM portal is used by the business end users to monitor Key Performance Indicators (KPIs), which measures progress toward a business goal, as well as other information about their business process.

The health of BAM Portal depends on health of the processes in BAM Portal website and BAM Application Pool.

Element properties:

Base ClassSystem.WebSite
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdd5463e1f-60e3-7669-d065-869b43a9ca53

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.BAMPortal:
Name  string  Name This is the name of the Web site. true 256  False 
AppFriendlyName  string  Application Friendly Name This 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 that the Web site uses. 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 determines the application virtual root. false 256  False 
AccessWrite  bool  Access Write This setting provides the end user with write access to the virtual directory. false 256   
AccessRead  bool  Access Read This setting provides the end user with read access to the virtual directory. false 256   
AccessExecute  bool  Access Execute This setting provides the end user with execution access to the virtual directory. false 256   
AuthAnonymous  bool  Auth Anonymous This setting provides the end user with anonymous access to the virtual directory. false 256   
AccessScript  bool  Access Script This setting lets the end user run scripts on the virtual directory. false 256   

Health Model:

Source Code:

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