Microsoft.SystemCenter.AgentConfigurationMicrosoft System Center Agent Configuration

Microsoft.SystemCenter.AgentConfiguration (ClassType)

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

Element properties:

Base ClassMicrosoft.SystemCenter.SystemCenterManagedComputerGroup
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityInternal
ElementId77d08da8-ab0b-6d9c-5ab5-20397e9630fe

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.AgentConfiguration:
Configuration  string  Configuration true 256  False     
CountOfConfiguration  int  Count of Agents by Configuration false 256       

Health Model:

Source Code:

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