Share via


UpdateAgentConfiguration Class

Definition

Configuration for launching an update agent task.

public ref class UpdateAgentConfiguration : Microsoft::EnterpriseManagement::Administration::BaseUpdateAgentConfiguration
public class UpdateAgentConfiguration : Microsoft.EnterpriseManagement.Administration.BaseUpdateAgentConfiguration
type UpdateAgentConfiguration = class
    inherit BaseUpdateAgentConfiguration
Public Class UpdateAgentConfiguration
Inherits BaseUpdateAgentConfiguration
Inheritance
UpdateAgentConfiguration

Constructors

UpdateAgentConfiguration()

Initializes a new UpdateAgentConfiguration object.

Properties

IsDefaultActionAccount

Whether the Management Server action account is used. If false, credentials were set by SetInstallAccount.

(Inherited from BaseUpdateAgentConfiguration)
UseDefaultAgentAccount

Whether to use the default agent account.

(Inherited from BaseUpdateAgentConfiguration)
UseDefaultAgentInstallAccount

Whether to use the default agent install account.

(Inherited from BaseUpdateAgentConfiguration)

Methods

Dispose()

IDisposable implementation.

(Inherited from BaseUpdateAgentConfiguration)
ResetActionAccount()

Use the default action account for the discovery task.

(Inherited from BaseUpdateAgentConfiguration)
ResetAgentAccount()

Use the default agent account.

(Inherited from BaseUpdateAgentConfiguration)
ResetAgentInstallAccount()

Use the default agent install account.

(Inherited from BaseUpdateAgentConfiguration)
SetActionAccount(String, String, SecureString)

The account to use for discovery if the default action account is not used.

(Inherited from BaseUpdateAgentConfiguration)
SetAgentAccount(String, String, SecureString)

The account used by the agent when running.

(Inherited from BaseUpdateAgentConfiguration)
SetInstallAccount(String, String, SecureString)

The account used to perform setup and repair on the agent machine.

(Inherited from BaseUpdateAgentConfiguration)

Applies to