Share via


RepairAgentConfiguration Class

Definition

Configuration for launching a repair agent task.

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

Constructors

RepairAgentConfiguration()

Initializes the RepairAgentConfiguration class.

Properties

InstallAPM

Gets or sets the InstallAPM override.

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