InstallAgentConfiguration Class

System Center
 

Updated: April 16, 2012

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)

System::Object
  Microsoft.EnterpriseManagement.Administration::InstallAgentConfiguration

public ref class InstallAgentConfiguration : IDisposable

NameDescription
System_CAPS_pubmethodInstallAgentConfiguration()

Initializes the InstallAgentConfiguration class.

NameDescription
System_CAPS_pubpropertyInstallPath

Gets or sets the path where the agent is installed on the managed computer.

System_CAPS_pubpropertyIsDefaultActionAccount

Gets a value that indicates whether the configuration uses the Management Server's default action account for discovery.

System_CAPS_pubpropertyUseDefaultAgentAccount

Gets a value that indicates whether the installed agent uses the default account for agent operations.

System_CAPS_pubpropertyUseDefaultAgentInstallAccount

Gets a value that indicates whether the configuration uses the default account for agent installation.

NameDescription
System_CAPS_pubmethodDispose()

Releases the resources used by the InstallAgentConfiguration object.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

Frees the resources of the current InstallAgentConfiguration object before it is reclaimed by the garbage collector.(Overrides Object::Finalize().)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodResetActionAccount()

Sets the configuration to perform discovery using the default account.

System_CAPS_pubmethodResetAgentAccount()

Sets the installed agent to use the default account for agent operations.

System_CAPS_pubmethodResetAgentInstallAccount()

Sets the configuration to use the default account for agent installation.

System_CAPS_pubmethodSetActionAccount(String^, String^, SecureString^)

Sets the credentials that are used to discover the computers to which agents are deployed.

System_CAPS_pubmethodSetAgentAccount(String^, String^, SecureString^)

Sets the account used by the agent when the agent runs.

System_CAPS_pubmethodSetInstallAccount(String^, String^, SecureString^)

Sets the account used by to install the agent.

System_CAPS_pubmethodToString()

(Inherited from Object.)

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)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: