Microsoft.Dynamics.AX6.ManagementPack.ClassLibrary.AxEnvironmentMicrosoft Dynamics AX 2012 Environment

Microsoft.Dynamics.AX6.ManagementPack.ClassLibrary.AxEnvironment (ClassType)

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdcf240828-2599-0770-d18a-2fd5ea809b09

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.AX6.ManagementPack.ClassLibrary.AxEnvironment:
DatabaseName  string  Database Name Name of the database true 256  False 
ApplicationVersion  string  Application Version false 256  False 
KernelVersion  string  Kernel Version false 256  False 
BCProxyAccount  string  Business Connector Proxy Account false 256  False 
WorkflowUserAccount  string  Workflow Execution Account false 256  False 
ServerName  string  Database Server Name Name of the database server true 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Dynamics.AX6.ManagementPack.ClassLibrary.AxEnvironment" Accessibility="Public" Abstract="false" Base="System!System.LogicalEntity" Hosted="true" Singleton="false">
<Property ID="DatabaseName" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ApplicationVersion" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="KernelVersion" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="BCProxyAccount" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="WorkflowUserAccount" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ServerName" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>