Microsoft.SystemCenter.AgentVersionsMicrosoft System Center Agent Versions

Microsoft.SystemCenter.AgentVersions (ClassType)

This class is used to aggregate the versions of the agents for display in the Operations Manager Summary Dashboard

Element properties:

Base ClassMicrosoft.SystemCenter.SystemCenterManagedComputerGroup
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityInternal
ElementId2022651d-3560-6bbb-1c6d-223c4520decb

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
Microsoft.SystemCenter.AgentVersions:
Version  string  Version true 256  False     
CumulativeUpdate  string  Cumulative Update true 256  False     
CountOfVersion  int  Count of Agents by Version false 256       

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.AgentVersions" Base="SC!Microsoft.SystemCenter.SystemCenterManagedComputerGroup" Accessibility="Internal" Hosted="false" Abstract="false">
<Property ID="Version" Type="string" Key="true" AutoIncrement="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false"/>
<Property ID="CumulativeUpdate" Key="true" Type="string" AutoIncrement="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false"/>
<Property ID="CountOfVersion" Type="int" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false"/>
</ClassType>