AgentPendingActionType Enumeration

 

Applies To: Operations Manager for System Center 2012

The type of task that is waiting to execute.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public enum AgentPendingActionType
public enum class AgentPendingActionType
type AgentPendingActionType
Public Enumeration AgentPendingActionType

Members

Member name Description
LicenseUpgrade

The agent license limit has been exceeded. An agent is awaiting a license to join the Management Group.

ManualApproval

A manually installed agent is awaiting approval to join the Management Group.

PushInstall

A remotely installed agent is awaiting approval to join the Management Group.

PushInstallFailed

A remotely installed agent failed approval to join the Management Group.

RepairAgent

An agent is waiting to be repaired.

RepairFailed

An attempt to repair an agent failed.

UpdateAgent

An agent is waiting to update to a later software version.

UpdateFailed

An agent failed to update.

See Also

AgentPendingActionType
Microsoft.EnterpriseManagement.Administration Namespace

Return to top