Microsoft.SystemCenter.AgentVersionsMicrosoft System Center 에이전트 버전

Microsoft.SystemCenter.AgentVersions (ClassType)

이 클래스는 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 (KOR) Description (KOR) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  표시 이름 개체의 표시 이름입니다. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  개체 상태 개체 상태 false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  자산 상태 자산 상태 false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  메모 메모 false 4000       
Microsoft.SystemCenter.AgentVersions:
Version  string  버전 true 256  False     
CumulativeUpdate  string  누적 업데이트 true 256  False     
CountOfVersion  int  버전별 에이전트 개수 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>