ManagementServer Class
Applies To: Operations Manager for System Center 2012
Represents a management server in the management group.
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.ManagementServer
Syntax
[SerializableAttribute]
public class ManagementServer : ComputerHealthService
[SerializableAttribute]
public ref class ManagementServer : ComputerHealthService
[<SerializableAttribute>]
type ManagementServer =
class
inherit ComputerHealthService
end
<SerializableAttribute>
Public Class ManagementServer
Inherits ComputerHealthService
Properties
Name | Description | |
---|---|---|
ActionAccountIdentity | Gets the name of the user account under which the health service is running.(Inherited from ComputerHealthService.) |
|
AemEnabled | Gets a value that indicates whether Agentless Exception Monitoring (AEM) is enabled for the management server. |
|
AuthenticationName | Gets the authentication name used to verify the identity of the health service.(Inherited from ComputerHealthService.) |
|
AutoApproveManuallyInstalledAgents | Gets or sets a value that indicates whether the server automatically approves and manages computers with manually installed agents. |
|
CommunicationPort | Gets the port number that the health service uses to communicate with its primary Management Server.(Inherited from ComputerHealthService.) |
|
ComputerName | Gets the NetBIOS name of the host computer on which the health service is running.(Inherited from ComputerHealthService.) |
|
CreateListener | Gets a value that indicates whether the health service creates a listening socket.(Inherited from ComputerHealthService.) |
|
DisplayName | Gets a descriptive name of the health service.(Inherited from ComputerHealthService.) |
|
Domain | Gets the name of the domain in which the health service is running.(Inherited from ComputerHealthService.) |
|
HealthState | Gets the current health state of the host computer on which the health service is running.(Inherited from ComputerHealthService.) |
|
HeartbeatInterval | Gets or sets a value that indicates the number of seconds between heartbeats generated by the health service.(Inherited from ComputerHealthService.) |
|
HostComputer | Gets a MonitoringObject that represents the Windows computer on which the health service is running.(Inherited from ComputerHealthService.) |
|
HostedHealthService | Gets a MonitoringObject that represents the health service.(Inherited from ComputerHealthService.) |
|
Id | Gets the health service's globally unique identifier (GUID).(Inherited from ComputerHealthService.) |
|
InstalledBy | Gets the name of the user who installed the health service.(Inherited from ComputerHealthService.) |
|
InstallTime | Gets the time at which the health service was installed.(Inherited from ComputerHealthService.) |
|
IPAddress | Gets the IP address of the host computer on which the health service is running.(Inherited from ComputerHealthService.) |
|
IsGateway | Gets a value that indicates whether this server is a gateway server. |
|
IsRootManagementServer | Obsolete.Gets a value that indicates whether this management server is the root management server in the management group. |
|
LastModified | Gets the date and time at which the health service was last modified (as stored in the operational database).(Inherited from ComputerHealthService.) |
|
ManagementGroup | The connection management group connection used by this object.(Inherited from ComputerHealthService.) |
|
ManagementGroupId | (Inherited from MonitoringBase.) |
|
ManuallyInstalled | Gets a value that indicates whether the health service was manually installed or automatically installed by a Management Server.(Inherited from ComputerHealthService.) |
|
MaximumQueueSizeBytes | Gets the maximum size of the health service's send queue, expressed in bytes.(Inherited from ComputerHealthService.) |
|
MaximumSizeOfAllTransferredFilesBytes | Gets the maximum size of all files transferred to or from the health service, expressed in bytes.(Inherited from ComputerHealthService.) |
|
MissingHeartbeatThreshold | Gets or sets a value that determines the number of consecutive heartbeats from an agent that can be missed before generating an alert on the server. |
|
Name | Gets the name of the health service.(Inherited from ComputerHealthService.) |
|
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.) |
|
PrincipalName | Gets the fully qualified domain name (FQDN) of the Root Management Server in the Management Group.(Inherited from ComputerHealthService.) |
|
ProxyingEnabled | Gets or sets a value that determines whether a proxy is enabled for this object.(Inherited from ComputerHealthService.) |
|
RejectManuallyInstalledAgents | Gets or sets a value that indicates whether the server automatically rejects computers with manually installed agents. |
|
RequestCompression | Gets a value that indicates whether the health service requests compression for network communication.(Inherited from ComputerHealthService.) |
|
Version | Gets the version number of the health service.(Inherited from ComputerHealthService.) |
Methods
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