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 | |
---|---|---|
UninstallAgentConfiguration() | Initializes the UninstallAgentConfiguration class. |
Properties
Name | Description | |
---|---|---|
IsDefaultActionAccount | Gets a value that indicates whether the configuration uses the Management Server's default action account to discover the agents to uninstall. |
|
UseDefaultAgentInstallAccount | Gets a value that indicates whether the configuration uses the default account to uninstall agents on managed computers. |
Methods
Name | Description | |
---|---|---|
Dispose() | Releases the resources used by the UninstallAgentConfiguration object. |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | Frees the resources of the current UninstallAgentConfiguration object before it is reclaimed by the garbage collector.(Overrides Object.Finalize().) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ResetActionAccount() | Sets the configuration to perform discovery using the Management Server's default action account. |
|
ResetAgentInstallAccount() | Sets the configuration to use the default account for uninstalling agents. |
|
SetActionAccount(String, String, SecureString) | Sets the credentials that are used to discover the computers on which agents are uninstalled. |
|
SetInstallAccount(String, String, SecureString) | Sets the credentials that are used to uninstall agents. |
|
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