AgentPendingActionType Enumeration
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
The type of task that is waiting to execute.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Usage
'Usage
Dim instance As AgentPendingActionType
Syntax
'Declaration
Public Enumeration AgentPendingActionType
public enum AgentPendingActionType
public enum class AgentPendingActionType
public enum AgentPendingActionType
public enum 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. |
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also
Reference
Microsoft.EnterpriseManagement.Administration Namespace
AgentPendingAction.AgentPendingActionType Property