Microsoft.SystemCenter.AgentManagerAgent Manager

Microsoft.SystemCenter.AgentManager (ClassType)

This class represents Agent Management pending actions or failures (e.g. Push Install failure).

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 (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.SystemCenter.UserActionManager:
TargetDevicePrincipalName  string  Target Device Principal Name true 256  False 
TargetDeviceNetworkName  string  Target Device Network Name false 256  False 
ManagementServerName  string  Primary Management Server false 256  False 
PendingStateType  int  Pending State Type false 256   
LastModified  datetime  Last Modified Time false 256   
FailureType  string  Failure Type false 256  False 
Microsoft.SystemCenter.AgentManager:
TaskStartTime  datetime  Agent Management Task Start Time false 256   
TaskEndTime  datetime  Agent Management Task End Time 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>