Microsoft.SystemCenter.AgentVersionsVersões de Agentes do Microsoft System Center

Microsoft.SystemCenter.AgentVersions (ClassType)

Essa classe é usada para agregar as versões dos agentes para exibição no Painel 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 (PTB) Description (PTB) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nome para exibição Nome para exibição do objeto. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Status do Objeto Status do objeto false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Status do Ativo Status do ativo 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>