UninstallAgentConfiguration Class

 

Applies To: Operations Manager for System Center 2012

Represents a configuration to use when uninstalling agents on managed computers.

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

Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.Administration.UninstallAgentConfiguration

Syntax

public class UninstallAgentConfiguration : IDisposable
public ref class UninstallAgentConfiguration : IDisposable
type UninstallAgentConfiguration = 
    class
        interface IDisposable
    end
Public Class UninstallAgentConfiguration
    Implements IDisposable

Constructors

Name Description
System_CAPS_pubmethod UninstallAgentConfiguration()

Initializes the UninstallAgentConfiguration class.

Properties

Name Description
System_CAPS_pubproperty IsDefaultActionAccount

Gets a value that indicates whether the configuration uses the Management Server's default action account to discover the agents to uninstall.

System_CAPS_pubproperty UseDefaultAgentInstallAccount

Gets a value that indicates whether the configuration uses the default account to uninstall agents on managed computers.

Methods

Name Description
System_CAPS_pubmethod Dispose()

Releases the resources used by the UninstallAgentConfiguration object.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

Frees the resources of the current UninstallAgentConfiguration object before it is reclaimed by the garbage collector.(Overrides Object.Finalize().)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ResetActionAccount()

Sets the configuration to perform discovery using the Management Server's default action account.

System_CAPS_pubmethod ResetAgentInstallAccount()

Sets the configuration to use the default account for uninstalling agents.

System_CAPS_pubmethod SetActionAccount(String, String, SecureString)

Sets the credentials that are used to discover the computers on which agents are uninstalled.

System_CAPS_pubmethod SetInstallAccount(String, String, SecureString)

Sets the credentials that are used to uninstall agents.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.EnterpriseManagement.Administration Namespace

Return to top