Share via


InstallAgentConfiguration Class

Definition

Configuration for launching an agent deploy task.

public ref class InstallAgentConfiguration : IDisposable
public class InstallAgentConfiguration : IDisposable
type InstallAgentConfiguration = class
    interface IDisposable
Public Class InstallAgentConfiguration
Implements IDisposable
Inheritance
InstallAgentConfiguration
Implements

Examples

SubmitInstallAgents

Constructors

InstallAgentConfiguration()

Default ctor.

Properties

InstallAPM

Gets or sets the InstallAPM override.

InstallPath

Gets or sets the InstallPath override.

IsDefaultActionAccount

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

UseDefaultAgentAccount

Whether to use the default agent account.

UseDefaultAgentInstallAccount

Whether to use the default agent install account.

Methods

Dispose()

IDisposable implementation.

Finalize()

Finalizer.

ResetActionAccount()

Use the default action account for the discovery task.

ResetAgentAccount()

Use the default agent account.

ResetAgentInstallAccount()

Use the default agent install account.

SetActionAccount(String, String, SecureString)

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

SetAgentAccount(String, String, SecureString)

The account used by the agent when running.

SetInstallAccount(String, String, SecureString)

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

Applies to