BaseUpdateAgentConfiguration Class

System Center
 

Updated: April 16, 2012

Applies To: Operations Manager for System Center 2012

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

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)


public ref class BaseUpdateAgentConfiguration abstract : IDisposable

NameDescription
System_CAPS_protmethodBaseUpdateAgentConfiguration()

Initializes a new BaseUpdateAgentConfiguration object.

NameDescription
System_CAPS_pubpropertyIsDefaultActionAccount

Determines whether the Management Server action account is used for the action account.

System_CAPS_pubpropertyUseDefaultAgentAccount

Determines whether to use the default agent account.

System_CAPS_pubpropertyUseDefaultAgentInstallAccount

Determines whether to use the default agent install account.

NameDescription
System_CAPS_pubmethodDispose()

Disposes of this object and releases all the object's resources.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows for the cleanup of resources before garbage collection takes place.(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 default action account to be used for the discovery task.

System_CAPS_pubmethodResetAgentAccount()

Sets the default agent account to be used when the agent is running.

System_CAPS_pubmethodResetAgentInstallAccount()

Sets the default agent install account to be used when the agent is installed.

System_CAPS_pubmethodSetActionAccount(String^, String^, SecureString^)

Sets the account to be used for discovery if the default action account is not used.

System_CAPS_pubmethodSetAgentAccount(String^, String^, SecureString^)

Sets the account used by the agent when it is running.

System_CAPS_pubmethodSetInstallAccount(String^, String^, SecureString^)

Sets the account used to install the agent.

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: