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 | |
---|---|---|
ActionAccount | Gets the action account identity for the partial agent monitored computer. |
|
ActiveDirectoryManaged | Determines whether the partial agent monitored computer is managed by Active Directory. |
|
HealthServiceId | Gets the identifier for the health service that monitors the computer. |
|
HealthState | Gets the identifier for the health state of the computer. |
|
Id | Gets the globally unique identifier (GUID) for the computer. |
|
InstalledBy | Gets the identity of the person who installed the computer. |
|
InstallTime | Gets the time the agent computer was installed. |
|
IsAvailable | Determines if the computer is available to perform actions or if the computer is available to have actions performed on it. |
|
LastModified | Gets the time that the health service on the computer was last modified. |
|
ManagementServerId | Gets the identifier for the Management Server that the agent computer communicates with. |
|
ManagementServerName | Gets the name of the Management Server that the agent computer communicates with. |
|
ManuallyInstalled | Determines whether the agent was manually installed. |
|
Name | Gets the name of the agent computer. |
|
NetbiosComputerName | Gets the NetBIOS name of the agent computer. |
|
NetbiosDomainName | Gets the NetBIOS domain name for the agent computer. |
|
NetworkName | Gets the network name of the agent computer. |
|
ProxyingEnabled | Determines whether proxying is enabled for the agent computer. |
|
Version | Gets the version of the agent computer. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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