UninstallAgentConfiguration Class

System Center
 

Updated: April 16, 2012

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)

System::Object
  Microsoft.EnterpriseManagement.Administration::UninstallAgentConfiguration

public ref class UninstallAgentConfiguration : IDisposable

NameDescription
System_CAPS_pubmethodUninstallAgentConfiguration()

Initializes the UninstallAgentConfiguration class.

NameDescription
System_CAPS_pubpropertyIsDefaultActionAccount

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

System_CAPS_pubpropertyUseDefaultAgentInstallAccount

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

NameDescription
System_CAPS_pubmethodDispose()

Releases the resources used by the UninstallAgentConfiguration object.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

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

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodResetActionAccount()

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

System_CAPS_pubmethodResetAgentInstallAccount()

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

System_CAPS_pubmethodSetActionAccount(String^, String^, SecureString^)

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

System_CAPS_pubmethodSetInstallAccount(String^, String^, SecureString^)

Sets the credentials that are used to uninstall agents.

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: