Microsoft.Dynamics.Retail.AX2012.R2.FP.Base.Class.HardwareStationRetail Hardware Station

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

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId3f469cc6-2be0-e114-9ce1-744359abf660

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.HardwareStation:
ApplicationConfigFilePath  string  Web.config File Path Path to the application configuration file. false 256  False 
AppPoolName  string  Application Pool Name The name of the application pool for Retail Hardware Station. false 256  False 
HttpPort  int  HTTP Port The port that is used for incoming HTTP requests. false 256   
HttpsPort  int  HTTPS Port The port that is used for incoming HTTPS requests. false 256   
ID  string  ID Identifier true 256  False 
ProductEventSource  string  Event Log Source Name false 256  False 
RetailServerUrl  string  Retail Server URL Retail Server URL used by Retail Hardware Station. 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 
ServerCertificateThumbprint  string  Server Certificate Thumbprint Server certificate thumbprint. false 256  False 
ServiceInstallFolder  string  Service Install Folder The path where the web application is installed for Retail Hardware Station. false 256  False 
UserName  string  Application Pool Identity false 256  False 
WebApplicationName  string  Web Application Name The name of the web application for Retail Hardware Station false 256  False 
WebsiteName  string  Website Name false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Dynamics.Retail.AX2012.R2.FP.Base.Class.HardwareStation" Accessibility="Public" Abstract="false" Base="System!System.LogicalEntity" Hosted="true" Singleton="false">
<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="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="ID" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ProductEventSource" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="RetailServerUrl" 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="ServerCertificateThumbprint" 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="UserName" 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="WebsiteName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>