BaseUpdateAgentConfiguration Class
Updated: April 16, 2012
Applies To: Operations Manager for System Center 2012
Contains configuration settings for launching an agent update or agent repair task.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Microsoft.EnterpriseManagement.Administration::BaseUpdateAgentConfiguration
Microsoft.EnterpriseManagement.Administration::RepairAgentConfiguration
Microsoft.EnterpriseManagement.Administration::UpdateAgentConfiguration
| Name | Description | |
|---|---|---|
![]() | BaseUpdateAgentConfiguration() | Initializes a new BaseUpdateAgentConfiguration object. |
| Name | Description | |
|---|---|---|
![]() | IsDefaultActionAccount | Determines whether the Management Server action account is used for the action account. |
![]() | UseDefaultAgentAccount | Determines whether to use the default agent account. |
![]() | UseDefaultAgentInstallAccount | Determines whether to use the default agent install account. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Disposes of this object and releases all the object's resources. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | Allows for the cleanup of resources before garbage collection takes place.(Overrides Object::Finalize().) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ResetActionAccount() | Sets the default action account to be used for the discovery task. |
![]() | ResetAgentAccount() | Sets the default agent account to be used when the agent is running. |
![]() | ResetAgentInstallAccount() | Sets the default agent install account to be used when the agent is installed. |
![]() | SetActionAccount(String^, String^, SecureString^) | Sets the account to be used for discovery if the default action account is not used. |
![]() | SetAgentAccount(String^, String^, SecureString^) | Sets the account used by the agent when it is running. |
![]() | SetInstallAccount(String^, String^, SecureString^) | Sets the account used to install the agent. |
![]() | ToString() | (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.


