RepairAgentConfiguration Members

Updated: April 16, 2012

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

The following tables list the members exposed by the RepairAgentConfiguration type.

  Name Description
  RepairAgentConfiguration Overloaded.  
Top
  Name Description
public property IsDefaultActionAccount  Determines whether the Management Server action account is used for the action account.  (inherited from BaseUpdateAgentConfiguration)
public property UseDefaultAgentAccount  Determines whether to use the default agent account. (inherited from BaseUpdateAgentConfiguration)
public property UseDefaultAgentInstallAccount  Determines whether to use the default agent install account. (inherited from BaseUpdateAgentConfiguration)
Top
(see also Protected Methods)
  Name Description
public method Dispose  Disposes of this object and releases all the object's resources. (inherited from BaseUpdateAgentConfiguration)
public method Equals  (inherited from Object)
public method GetHashCode  (inherited from Object)
public method GetType  (inherited from Object)
public method ResetActionAccount  Sets the default action account to be used for the discovery task. (inherited from BaseUpdateAgentConfiguration)
public method ResetAgentAccount  Sets the default agent account to be used when the agent is running. (inherited from BaseUpdateAgentConfiguration)
public method ResetAgentInstallAccount  Sets the default agent install account to be used when the agent is installed. (inherited from BaseUpdateAgentConfiguration)
public method SetActionAccount  Sets the account to be used for discovery if the default action account is not used. (inherited from BaseUpdateAgentConfiguration)
public method SetAgentAccount  Sets the account used by the agent when it is running. (inherited from BaseUpdateAgentConfiguration)
public method SetInstallAccount  Sets the account used to install the agent. (inherited from BaseUpdateAgentConfiguration)
public method ToString  (inherited from Object)
Top
  Name Description
protected method Finalize  Overridden. Allows for the cleanup of resources before garbage collection takes place. (inherited from Object)
protected method MemberwiseClone  (inherited from Object)
Top