BaseUpdateAgentConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Base configuration for launching an update or repair agent task.
public ref class BaseUpdateAgentConfiguration abstract : IDisposable
public abstract class BaseUpdateAgentConfiguration : IDisposable
type BaseUpdateAgentConfiguration = class
interface IDisposable
Public MustInherit Class BaseUpdateAgentConfiguration
Implements IDisposable
- Inheritance
-
BaseUpdateAgentConfiguration
- Derived
- Implements
Constructors
| BaseUpdateAgentConfiguration() |
Initializes a new BaseUpdateAgentConfiguration object. |
Properties
| 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. |