BaseUpdateAgentConfiguration Members

Updated: April 16, 2012

Contains configuration settings for launching an agent update or agent repair task.

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

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