Microsoft.Dynamics.Nav.2013.ServerInstanceMicrosoft Dynamics NAV 2013 Server Instances

Microsoft.Dynamics.Nav.2013.ServerInstance (ClassType)

A Microsoft Dynamics NAV 2013 Server instance. The server instance hosts NAS services and client endpoints.

Element properties:

Base ClassMicrosoft.SystemCenter.OwnProcessNTService
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId39acacdf-84c0-e361-ceb9-4d5da508ab6f

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.SystemCenter.NTService:
ServiceName  string  Service Name Service Name true 256  False 
ServiceProcessName  string  Service Process Name Service Process Name false 256  False 
DisplayName  string  Display Name Display Name false 256  False 
Description  string  Description Description false 1000  False 
Microsoft.Dynamics.Nav.2013.ServerInstance:
ServerInstance  string  Server Instance The name of the server instance. This is the first parameter that you pass to Microsoft.Dynamics.Nav.Server.exe. false 256  False 
DatabaseServerAndInstance  string  Database Server Name A valid network name for the computer running SQL Server combined with the SQL Server instance name. false 256  False 
DatabaseName  string  Database Name The name of the Microsoft Dynamics NAV database in SQL Server. false 256  False 
ClientServicesCredentialType  string  Credential Type The authentication mechanism for Microsoft Dynamics NAV users of Microsoft Dynamics NAV 2013 Server. The options are Windows, UserName, NavUserPassword, and ACS. false 256  False 
VersionNumber  string  Version Number The version number of the Microsoft Dynamics NAV 2013 Server. false 256  False 
ClientServicesPort  int  Client Services Port The listening TCP port for Windows client and Web clients. false 256   
SOAPServicesPort  int  SOAP Services Port The listening HTTP port for Microsoft Dynamics NAV SOAP web services. false 256   
ODataServicesPort  int  OData Services Port The listening HTTP port for Microsoft Dynamics NAV OData web services. false 256   
ManagementServicesPort  int  Management Services Port Specifies whether the Microsoft Dynamics NAV Server Administration tool is enabled for this Microsoft Dynamics NAV Server instance. false 256   
ClientServicesEnabled  bool  Client Services Enabled Specifies whether Windows client and Web client services are enabled for this Microsoft Dynamics NAV Server instance. false 256   
SOAPServicesEnabled  bool  SOAP Services Enabled Specifies whether SOAP web services are enabled for this Microsoft Dynamics NAV Server instance. false 256   
ODataServicesEnabled  bool  OData Services Enabled Specifies whether OData web services are enabled for this Microsoft Dynamics NAV Server instance. false 256   
ManagementServicesEnabled  bool  Management Services Enabled Specifies whether then Microsoft Dynamics NAV Server Administration tool is enabled for this Microsoft Dynamics NAV Server instance. false 256   
NASServicesEnabled  bool  NAS Services Enabled Specifies whether NAS Services are enables for this Microsoft Dynamics NAV Server instance. false 256   
Multitenant  bool  Multitenancy Enabled Specifies whether the server instance is configured for multitenancy. false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.Dynamics.Nav.2013.ServerInstance" Base="Service!Microsoft.SystemCenter.OwnProcessNTService" Accessibility="Public" Abstract="false" Hosted="true" Singleton="false">
<Property ID="ServerInstance" Type="string"/>
<Property ID="DatabaseServerAndInstance" Type="string"/>
<Property ID="DatabaseName" Type="string"/>
<Property ID="ClientServicesCredentialType" Type="string"/>
<Property ID="VersionNumber" Type="string"/>
<Property ID="ClientServicesPort" Type="int"/>
<Property ID="SOAPServicesPort" Type="int"/>
<Property ID="ODataServicesPort" Type="int"/>
<Property ID="ManagementServicesPort" Type="int"/>
<Property ID="ClientServicesEnabled" Type="bool"/>
<Property ID="SOAPServicesEnabled" Type="bool"/>
<Property ID="ODataServicesEnabled" Type="bool"/>
<Property ID="ManagementServicesEnabled" Type="bool"/>
<Property ID="NASServicesEnabled" Type="bool"/>
<Property ID="Multitenant" Type="bool"/>
</ClassType>