PartialAgentManagedComputer Class

 

Applies To: Operations Manager for System Center 2012

Represents a partial agent monitored computer.

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

Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.Administration.PartialAgentManagedComputer

Syntax

[SerializableAttribute]
public class PartialAgentManagedComputer
[SerializableAttribute]
public ref class PartialAgentManagedComputer 
[<SerializableAttribute>]
type PartialAgentManagedComputer = class end
<SerializableAttribute>
Public Class PartialAgentManagedComputer

Properties

Name Description
System_CAPS_pubproperty ActionAccount

Gets the action account identity for the partial agent monitored computer.

System_CAPS_pubproperty ActiveDirectoryManaged

Determines whether the partial agent monitored computer is managed by Active Directory.

System_CAPS_pubproperty HealthServiceId

Gets the identifier for the health service that monitors the computer.

System_CAPS_pubproperty HealthState

Gets the identifier for the health state of the computer.

System_CAPS_pubproperty Id

Gets the globally unique identifier (GUID) for the computer.

System_CAPS_pubproperty InstalledBy

Gets the identity of the person who installed the computer.

System_CAPS_pubproperty InstallTime

Gets the time the agent computer was installed.

System_CAPS_pubproperty IsAvailable

Determines if the computer is available to perform actions or if the computer is available to have actions performed on it.

System_CAPS_pubproperty LastModified

Gets the time that the health service on the computer was last modified.

System_CAPS_pubproperty ManagementServerId

Gets the identifier for the Management Server that the agent computer communicates with.

System_CAPS_pubproperty ManagementServerName

Gets the name of the Management Server that the agent computer communicates with.

System_CAPS_pubproperty ManuallyInstalled

Determines whether the agent was manually installed.

System_CAPS_pubproperty Name

Gets the name of the agent computer.

System_CAPS_pubproperty NetbiosComputerName

Gets the NetBIOS name of the agent computer.

System_CAPS_pubproperty NetbiosDomainName

Gets the NetBIOS domain name for the agent computer.

System_CAPS_pubproperty NetworkName

Gets the network name of the agent computer.

System_CAPS_pubproperty ProxyingEnabled

Determines whether proxying is enabled for the agent computer.

System_CAPS_pubproperty Version

Gets the version of the agent computer.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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