AgentManagedComputer Class

 

Applies To: Operations Manager for System Center 2012

Represents a managed computer to which an agent has been deployed.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.Common.MonitoringBase
    Microsoft.EnterpriseManagement.Administration.ComputerHealthService
      Microsoft.EnterpriseManagement.Administration.AgentManagedComputer

Syntax

[SerializableAttribute]
public class AgentManagedComputer : ComputerHealthService
[SerializableAttribute]
public ref class AgentManagedComputer : ComputerHealthService
[<SerializableAttribute>]
type AgentManagedComputer = 
    class
        inherit ComputerHealthService
    end
<SerializableAttribute>
Public Class AgentManagedComputer
    Inherits ComputerHealthService

Properties

Name Description
System_CAPS_pubproperty ActionAccountIdentity

Gets the name of the user account under which the health service is running.(Inherited from ComputerHealthService.)

System_CAPS_pubproperty AuthenticationName

Gets the authentication name used to verify the identity of the health service.(Inherited from ComputerHealthService.)

System_CAPS_pubproperty CommunicationPort

Gets the port number that the health service uses to communicate with its primary Management Server.(Inherited from ComputerHealthService.)

System_CAPS_pubproperty ComputerName

Gets the NetBIOS name of the host computer on which the health service is running.(Inherited from ComputerHealthService.)

System_CAPS_pubproperty CreateListener

Gets a value that indicates whether the health service creates a listening socket.(Inherited from ComputerHealthService.)

System_CAPS_pubproperty DisplayName

Gets a descriptive name of the health service.(Inherited from ComputerHealthService.)

System_CAPS_pubproperty Domain

Gets the name of the domain in which the health service is running.(Inherited from ComputerHealthService.)

System_CAPS_pubproperty HealthState

Gets the current health state of the host computer on which the health service is running.(Inherited from ComputerHealthService.)

System_CAPS_pubproperty HeartbeatInterval

Gets or sets a value that indicates the number of seconds between heartbeats generated by the health service.(Inherited from ComputerHealthService.)

System_CAPS_pubproperty HostComputer

Gets a MonitoringObject that represents the Windows computer on which the health service is running.(Inherited from ComputerHealthService.)

System_CAPS_pubproperty HostedHealthService

Gets a MonitoringObject that represents the health service.(Inherited from ComputerHealthService.)

System_CAPS_pubproperty Id

Gets the health service's globally unique identifier (GUID).(Inherited from ComputerHealthService.)

System_CAPS_pubproperty InstalledBy

Gets the name of the user who installed the health service.(Inherited from ComputerHealthService.)

System_CAPS_pubproperty InstallTime

Gets the time at which the health service was installed.(Inherited from ComputerHealthService.)

System_CAPS_pubproperty IPAddress

Gets the IP address of the host computer on which the health service is running.(Inherited from ComputerHealthService.)

System_CAPS_pubproperty LastModified

Gets the date and time at which the health service was last modified (as stored in the operational database).(Inherited from ComputerHealthService.)

System_CAPS_pubproperty ManagementGroup

The connection management group connection used by this object.(Inherited from ComputerHealthService.)

System_CAPS_pubproperty ManagementGroupId

(Inherited from MonitoringBase.)

System_CAPS_pubproperty ManuallyInstalled

Gets a value that indicates whether the health service was manually installed or automatically installed by a Management Server.(Inherited from ComputerHealthService.)

System_CAPS_pubproperty MaximumQueueSizeBytes

Gets the maximum size of the health service's send queue, expressed in bytes.(Inherited from ComputerHealthService.)

System_CAPS_pubproperty MaximumSizeOfAllTransferredFilesBytes

Gets the maximum size of all files transferred to or from the health service, expressed in bytes.(Inherited from ComputerHealthService.)

System_CAPS_pubproperty Name

Gets the name of the health service.(Inherited from ComputerHealthService.)

System_CAPS_pubproperty NetworkName

Gets the network name of the computer. The IP address or DNS name will be set to this property to use it for IP connectivity to the computer.(Inherited from ComputerHealthService.)

System_CAPS_pubproperty PrimaryManagementServerName

Gets the fully qualified domain name (FQDN) of the computer's primary Management Server.

System_CAPS_pubproperty PrincipalName

Gets the fully qualified domain name (FQDN) of the Root Management Server in the Management Group.(Inherited from ComputerHealthService.)

System_CAPS_pubproperty ProxyingEnabled

Gets or sets a value that determines whether a proxy is enabled for this object.(Inherited from ComputerHealthService.)

System_CAPS_pubproperty RequestCompression

Gets a value that indicates whether the health service requests compression for network communication.(Inherited from ComputerHealthService.)

System_CAPS_pubproperty Version

Gets the version number of the health service.(Inherited from ComputerHealthService.)

Methods

Name Description
System_CAPS_pubmethod ApplyChanges()

Updates the health service's property values in the Operations Manager database.(Inherited from ComputerHealthService.)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetFailoverManagementServers()

Gets the failover Management Servers for the health service.(Inherited from ComputerHealthService.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetPrimaryManagementServer()

Gets the primary Management Server for the health Service.(Inherited from ComputerHealthService.)

System_CAPS_pubmethod GetRemotelyManagedComputers()

Gets a collection of agentless managed computers monitored by the health service.(Inherited from ComputerHealthService.)

System_CAPS_pubmethod GetRemotelyManagedDevices()

Gets a collection of network devices monitored by the health service.(Inherited from ComputerHealthService.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod InsertRemotelyManagedComputers(IList<CreatableEnterpriseManagementObject>)

(Inherited from ComputerHealthService.)

System_CAPS_pubmethod InsertRemotelyManagedComputers(IList<CustomMonitoringObject>)

Obsolete.Inserts remotely managed computers into the computer health service.(Inherited from ComputerHealthService.)

System_CAPS_pubmethod InsertRemotelyManagedDevices(IList<CreatableEnterpriseManagementObject>)

(Inherited from ComputerHealthService.)

System_CAPS_pubmethod InsertRemotelyManagedDevices(IList<CustomMonitoringObject>)

Obsolete.Inserts remotely managed devices into the computer health service.(Inherited from ComputerHealthService.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod Reconnect(EnterpriseManagementGroup)

Connects the health service to the specified Management Group.(Inherited from ComputerHealthService.)

System_CAPS_pubmethod ResetHeartbeatInterval()

Sets the health service's HeartbeatInterval property to its default value.(Inherited from ComputerHealthService.)

System_CAPS_pubmethod SetManagementServers(ManagementServer, IList<ManagementServer>)

Sets the primary and failover Management Servers for this agent-managed computer.

System_CAPS_pubmethod ToString()

(Inherited from MonitoringBase.)

Remarks

You can get a collection of the agent-managed computers in a Management Group by using M:Microsoft.EnterpriseManagement.Administration.ManagementGroupAdministration.GetAgentManagedComputers(Microsoft.EnterpriseManagement.AgentManagedComputerCriteria).

You can get a collection of agent-managed computers that are managed by a specific server by using GetAgentManagedComputers.

Examples

The following example shows how to obtain information about an agent-managed computer. In this example, mg is a ManagementGroup instance and agentFqdn is the fully qualified domain name of the agent-managed computer from which you want to obtain information.

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