Microsoft.Dynamics.Retail.AX2012.R2.FP.Base.Class.RetailServerInstanceRetail Server Instance

Microsoft.Dynamics.Retail.AX2012.R2.FP.Base.Class.RetailServerInstance (ClassType)

An instance of Retail Server.

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId33e86c66-1204-a5d2-349b-ee8e74c445bf

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.Retail.AX2012.R2.FP.Base.Class.RetailServerInstance:
ID  string  ID Identifier true 256  False 
UserName  string  Application Pool Identity false 256  False 
ServiceInstallFolder  string  Service Installation Path false 256  False 
ApplicationConfigFilePath  string  Application Configuration File Path false 256  False 
AppPoolName  string  Application Pool Name false 256  False 
WebsiteName  string  Website Name false 256  False 
WebApplicationName  string  Web Application Name false 256  False 
HttpPort  int  HTTP Port false 256   
HttpsPort  int  HTTPS Port false 256   
ServerCertificateThumbprint  string  Server Certificate Thumbprint Server certificate thumbprint. false 256  False 
ServerCertificateRootStore  string  Server Certificate Root Store Server certificate root store. false 256  False 
ServerCertificateStore  string  Server Certificate Store Server certificate store. false 256  False 
ChannelDBServer  string  Channel Database Server Name The name of the channel database. false 256  False 
ChannelDBName  string  Channel Database Name The name of the channel database. false 256  False 
MonitoringEventSource  string  Monitoring Event Source Name of monitoring event source false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Dynamics.Retail.AX2012.R2.FP.Base.Class.RetailServerInstance" Accessibility="Public" Abstract="false" Base="System!System.LogicalEntity" Hosted="true" Singleton="false">
<Property ID="ID" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="UserName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ServiceInstallFolder" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ApplicationConfigFilePath" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="AppPoolName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="WebsiteName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="WebApplicationName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="HttpPort" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="HttpsPort" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ServerCertificateThumbprint" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ServerCertificateRootStore" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ServerCertificateStore" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ChannelDBServer" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ChannelDBName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="MonitoringEventSource" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>