Microsoft.Dynamics.AX6.ManagementPack.ClassLibrary.AOSClusterInstanceMicrsoft Dynamics AX 2012 AOS Cluster

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

Element properties:

Base ClassSystem.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId27a611ec-0efc-a8d9-a54b-4473d67a39dd

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.AOSClusterInstance:
ClusterName  string  AOS Cluster Name false 256  False 
ClusterRefRecId  string  AOS Cluster ID true 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Dynamics.AX6.ManagementPack.ClassLibrary.AOSClusterInstance" Accessibility="Public" Abstract="false" Base="System!System.ApplicationComponent" Hosted="true" Singleton="false">
<Property ID="ClusterName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ClusterRefRecId" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>