Udostępnij za pośrednictwem


AgentOperation Enumeration

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Tasks that target an agent on a managed computer.

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

Usage

'Usage
Dim instance As AgentOperation

Syntax

'Declaration
Public Enumeration AgentOperation
public enum AgentOperation
public enum class AgentOperation
public enum AgentOperation
public enum AgentOperation

Members

Member name Description
AgentInstall Deploys an agent using Operations Manager.
AgentRepair Repairs a deployed agent.
AgentUninstall Uninstalls a deployed agent.
AgentUpdate Updates a deployed agent to the version of Operations Manager installed on the Management Server.
Default This enumeration value is not used.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

Microsoft.EnterpriseManagement.Administration Namespace
AgentOperation