Microsoft.Dynamics.Retail.AX2012.R2.FP.Base.Class.RealtimeServiceInstanceReal-time Service

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

An instance of Real-time Service.

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdeb31fc3c-f6a9-cfd2-5263-4b9b07f2146f

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.RealtimeServiceInstance:
ID  string  ID Identifier true 256  False 
UserName  string  Application Pool Identity false 256  False 
ServerCertificateThumbprint  string  Server Certificate Thumbprint false 256  False 
ServiceInstallFolder  string  Service Installation Folder false 256  False 
ServerCertificateRootStore  string  Server Certificate Root Store false 256  False 
ServerCertificateStore  string  Server Certificate Store 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   
AOSServer  string  AOS Instance false 256  False 
EnableMetadataExchange  bool  Enable Metadata Exchange Enable Metadata Exchange false 256   
TcpPort  int  TCP Port TCP endpoint for clients false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.Dynamics.Retail.AX2012.R2.FP.Base.Class.RealtimeServiceInstance" 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="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="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="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="AOSServer" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="EnableMetadataExchange" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="TcpPort" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>