Microsoft.SystemCenter.AgentVersionsVersões do Agente do Microsoft System Center

Microsoft.SystemCenter.AgentVersions (ClassType)

Esta classe é utilizada para agregar as versões dos agentes para apresentação no Dashboard de Resumo do Operations Manager

Element properties:

Base ClassMicrosoft.SystemCenter.SystemCenterManagedComputerGroup
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityInternal
ElementIdaa707e7c-215f-bd63-2585-be7d76670565

Class Hierarchy:

Class Properties:

Property Name Type Display Name (PTG) Description (PTG) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nome a Apresentar Nome a apresentar do objecto. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Estado do Objecto Estado do objecto false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Estado do Recurso Estado do recurso false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notas Notas false 4000       
Microsoft.SystemCenter.AgentVersions:
Version  string  Versão true 256  False     
CumulativeUpdate  string  Atualização Cumulativa true 256  False     
CountOfVersion  int  Contagem de Agentes por Versão 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>