UpdateAgentConfiguration Class

 

Applies To: Operations Manager for System Center 2012

Contains configuration for launching a task that updates an agent.

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

Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.Administration.BaseUpdateAgentConfiguration
    Microsoft.EnterpriseManagement.Administration.UpdateAgentConfiguration

Syntax

public class UpdateAgentConfiguration : BaseUpdateAgentConfiguration
public ref class UpdateAgentConfiguration : BaseUpdateAgentConfiguration
type UpdateAgentConfiguration = 
    class
        inherit BaseUpdateAgentConfiguration
    end
Public Class UpdateAgentConfiguration
    Inherits BaseUpdateAgentConfiguration

Constructors

Name Description
System_CAPS_pubmethod UpdateAgentConfiguration()

Initializes a new UpdateAgentConfiguration object.

Properties

Name Description
System_CAPS_pubproperty IsDefaultActionAccount

Determines whether the Management Server action account is used for the action account. (Inherited from BaseUpdateAgentConfiguration.)

System_CAPS_pubproperty UseDefaultAgentAccount

Determines whether to use the default agent account.(Inherited from BaseUpdateAgentConfiguration.)

System_CAPS_pubproperty UseDefaultAgentInstallAccount

Determines whether to use the default agent install account.(Inherited from BaseUpdateAgentConfiguration.)

Methods

Name Description
System_CAPS_pubmethod Dispose()

Disposes of this object and releases all the object's resources.(Inherited from BaseUpdateAgentConfiguration.)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

Allows for the cleanup of resources before garbage collection takes place.(Inherited from BaseUpdateAgentConfiguration.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ResetActionAccount()

Sets the default action account to be used for the discovery task.(Inherited from BaseUpdateAgentConfiguration.)

System_CAPS_pubmethod ResetAgentAccount()

Sets the default agent account to be used when the agent is running.(Inherited from BaseUpdateAgentConfiguration.)

System_CAPS_pubmethod ResetAgentInstallAccount()

Sets the default agent install account to be used when the agent is installed.(Inherited from BaseUpdateAgentConfiguration.)

System_CAPS_pubmethod SetActionAccount(String, String, SecureString)

Sets the account to be used for discovery if the default action account is not used.(Inherited from BaseUpdateAgentConfiguration.)

System_CAPS_pubmethod SetAgentAccount(String, String, SecureString)

Sets the account used by the agent when it is running.(Inherited from BaseUpdateAgentConfiguration.)

System_CAPS_pubmethod SetInstallAccount(String, String, SecureString)

Sets the account used to install the agent.(Inherited from BaseUpdateAgentConfiguration.)

System_CAPS_pubmethod 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