InstallAgentConfiguration Class
Applies To: Operations Manager for System Center 2012
Represents a configuration to use when installing agents on Windows-based computers.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Inheritance Hierarchy
System.Object
Microsoft.EnterpriseManagement.Administration.InstallAgentConfiguration
Syntax
public class InstallAgentConfiguration : IDisposable
public ref class InstallAgentConfiguration : IDisposable
type InstallAgentConfiguration =
class
interface IDisposable
end
Public Class InstallAgentConfiguration
Implements IDisposable
Constructors
Name | Description | |
---|---|---|
InstallAgentConfiguration() | Initializes the InstallAgentConfiguration class. |
Properties
Name | Description | |
---|---|---|
InstallPath | Gets or sets the path where the agent is installed on the managed computer. |
|
IsDefaultActionAccount | Gets a value that indicates whether the configuration uses the Management Server's default action account for discovery. |
|
UseDefaultAgentAccount | Gets a value that indicates whether the installed agent uses the default account for agent operations. |
|
UseDefaultAgentInstallAccount | Gets a value that indicates whether the configuration uses the default account for agent installation. |
Methods
Name | Description | |
---|---|---|
Dispose() | Releases the resources used by the InstallAgentConfiguration object. |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | Frees the resources of the current InstallAgentConfiguration object before it is reclaimed by the garbage collector.(Overrides Object.Finalize().) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ResetActionAccount() | Sets the configuration to perform discovery using the default account. |
|
ResetAgentAccount() | Sets the installed agent to use the default account for agent operations. |
|
ResetAgentInstallAccount() | Sets the configuration to use the default account for agent installation. |
|
SetActionAccount(String, String, SecureString) | Sets the credentials that are used to discover the computers to which agents are deployed. |
|
SetAgentAccount(String, String, SecureString) | Sets the account used by the agent when the agent runs. |
|
SetInstallAccount(String, String, SecureString) | Sets the account used by to install the agent. |
|
ToString() | (Inherited from Object.) |
Examples
M:Microsoft.EnterpriseManagement.Administration.ManagementServer.SubmitInstallAgents(System.Collections.ObjectModel.ReadOnlyCollection{Microsoft.EnterpriseManagement.Monitoring.CustomMonitoringObject},System.Collections.ObjectModel.ReadOnlyCollection{Microsoft.EnterpriseManagement.Administration.ManagementServer},Microsoft.EnterpriseManagement.Administration.InstallAgentConfiguration,Microsoft.EnterpriseManagement.MonitoringTaskStatusChangeCallback)
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