AgentManagedComputer Class

System Center
 

Updated: April 16, 2012

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)


[SerializableAttribute]
public ref class AgentManagedComputer : ComputerHealthService

NameDescription
System_CAPS_pubpropertyActionAccountIdentity

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

System_CAPS_pubpropertyAuthenticationName

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

System_CAPS_pubpropertyCommunicationPort

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

System_CAPS_pubpropertyComputerName

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

System_CAPS_pubpropertyCreateListener

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

System_CAPS_pubpropertyDisplayName

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

System_CAPS_pubpropertyDomain

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

System_CAPS_pubpropertyHealthState

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

System_CAPS_pubpropertyHeartbeatInterval

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

System_CAPS_pubpropertyHostComputer

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

System_CAPS_pubpropertyHostedHealthService

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

System_CAPS_pubpropertyId

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

System_CAPS_pubpropertyInstalledBy

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

System_CAPS_pubpropertyInstallTime

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

System_CAPS_pubpropertyIPAddress

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

System_CAPS_pubpropertyLastModified

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

System_CAPS_pubpropertyManagementGroup

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

System_CAPS_pubpropertyManagementGroupId

(Inherited from MonitoringBase.)

System_CAPS_pubpropertyManuallyInstalled

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

System_CAPS_pubpropertyMaximumQueueSizeBytes

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

System_CAPS_pubpropertyMaximumSizeOfAllTransferredFilesBytes

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

System_CAPS_pubpropertyName

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

System_CAPS_pubpropertyNetworkName

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_pubpropertyPrimaryManagementServerName

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

System_CAPS_pubpropertyPrincipalName

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

System_CAPS_pubpropertyProxyingEnabled

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

System_CAPS_pubpropertyRequestCompression

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

System_CAPS_pubpropertyVersion

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

NameDescription
System_CAPS_pubmethodApplyChanges()

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

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetFailoverManagementServers()

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

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetPrimaryManagementServer()

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

System_CAPS_pubmethodGetRemotelyManagedComputers()

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

System_CAPS_pubmethodGetRemotelyManagedDevices()

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

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInsertRemotelyManagedComputers(IList<CreatableEnterpriseManagementObject^>^)

(Inherited from ComputerHealthService.)

System_CAPS_pubmethodInsertRemotelyManagedComputers(IList<CustomMonitoringObject^>^)

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

System_CAPS_pubmethodInsertRemotelyManagedDevices(IList<CreatableEnterpriseManagementObject^>^)

(Inherited from ComputerHealthService.)

System_CAPS_pubmethodInsertRemotelyManagedDevices(IList<CustomMonitoringObject^>^)

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

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodReconnect(EnterpriseManagementGroup^)

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

System_CAPS_pubmethodResetHeartbeatInterval()

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

System_CAPS_pubmethodSetManagementServers(ManagementServer^, IList<ManagementServer^>^)

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

System_CAPS_pubmethodToString()

(Inherited from MonitoringBase.)

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.

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.

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: