Microsoft.Dynamics.AX6.ManagementPack.ClassLibrary.EPSiteMicrosoft Dynamics AX 2012 Enterprise Portal Site

Microsoft.Dynamics.AX6.ManagementPack.ClassLibrary.EPSite (ClassType)

Element properties:

Base ClassSystem.WebSite
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId51c94ac3-da6b-50c0-343e-a508abb6f26c

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.Dynamics.AX6.ManagementPack.ClassLibrary.EPSite:
URL  string  Enterprise Portal Site URL true 256  False 
ApplicationPoolName  string  Application Pool Name false 256  False 
ApplicationPoolIdentityName  string  Application Pool Identity Name false 256  False 
VirtualDirectoryName  string  Virtual Directory false 256  False 
DatabaseName  string  Database Name Name of the database false 256  False 
ServerName  string  Database Server Name Name of the database server false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Dynamics.AX6.ManagementPack.ClassLibrary.EPSite" Accessibility="Public" Abstract="false" Base="System!System.WebSite" Hosted="true" Singleton="false">
<Property ID="URL" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ApplicationPoolName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ApplicationPoolIdentityName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="VirtualDirectoryName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="DatabaseName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ServerName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>