Microsoft.Dynamics.AX.Management.Pack.DynamicsServer.InstanceMicrosoft Dynamics AX 2009 Application Object Server

Microsoft.Dynamics.AX.Management.Pack.DynamicsServer.Instance (ClassType)

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId35cdc227-485f-c251-bf96-ae28ba07cfec

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.AX.Management.Pack.DynamicsServer.Instance:
ID  string  AOS ID true 256  False 
Name  string  AOS Name false 256  False 
ActiveSessions  string  Active Client Sessions false 256  False 
ActiveConfig  string  Active Configuration false 256  False 
DatabaseType  string  Database Type false 256  False 
DBServer  string  Database Server Name false 256  False 
DatabaseName  string  Database Name Database name for AOS false 256  False 
DBOraclePort  string  Database Port false 256  False 
DBOracleSchema  string  Database Schema false 256  False 
DBOracleTNS  string  Database TNS Service false 256  False 
DBMachineName  string  Database Machine Name Database Machine Name false 256  False 
Port  string  Port Port false 256  False 
SessionStartDate  string  AOS Session Start Date Application Object Server Session Start Date false 256  False 
IsBatchServer  string  Is Batch Server Is Batch Server false 256  False 
MaxSessions  string  Max Batch Sessions Max Batch Sessions false 256  False 
ServiceName  string  System Service Name System Service Name false 256  False 
AosServerName  string  AOS Server Name AOS Server Name false 256  False 
AosExeVersion  string  AOS Version false 256  False 
SessionStatus  string  Session Status false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Dynamics.AX.Management.Pack.DynamicsServer.Instance" 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="Name" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ActiveSessions" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ActiveConfig" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="DatabaseType" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="DBServer" 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="DBOraclePort" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="DBOracleSchema" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="DBOracleTNS" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="DBMachineName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Port" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="SessionStartDate" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="IsBatchServer" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="MaxSessions" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ServiceName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="AosServerName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="AosExeVersion" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="SessionStatus" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>