Microsoft.SystemCenter.AgentManager에이전트 관리자

Microsoft.SystemCenter.AgentManager (ClassType)

이 클래스는 에이전트 관리 보류 작업 또는 실패(예: 강제 설치 실패)를 나타냅니다.

Element properties:

Base ClassMicrosoft.SystemCenter.UserActionManager
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId1b2e1869-2224-584b-4343-06d99164af9d
Commentthis class represents agent management failures like push install

Class Hierarchy:

Class Properties:

Property Name Type Display Name (KOR) Description (KOR) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  표시 이름 모니터링 개체의 표시 이름입니다. false 256  False 
Microsoft.SystemCenter.UserActionManager:
TargetDevicePrincipalName  string  대상 장치 사용자 이름 true 256  False 
TargetDeviceNetworkName  string  대상 장치 네트워크 이름 false 256  False 
ManagementServerName  string  기본 관리 서버 false 256  False 
PendingStateType  int  보류 상태 유형 false 256   
LastModified  datetime  마지막 수정 시간 false 256   
FailureType  string  실패 유형 false 256  False 
Microsoft.SystemCenter.AgentManager:
TaskStartTime  datetime  에이전트 관리 작업 시작 시간 false 256   
TaskEndTime  datetime  에이전트 관리 작업 종료 시간 false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.AgentManager" Comment="this class represents agent management failures like push install" Accessibility="Public" Abstract="false" Base="Microsoft.SystemCenter.UserActionManager" Hosted="true" Singleton="false">
<Property ID="TaskStartTime" Type="datetime" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="TaskEndTime" Type="datetime" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>