Settings.ManagementServer Structure

 

Applies To: Operations Manager for System Center 2012

Contains Management Server settings.

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

Syntax

[SettingGroupAttribute]
public struct ManagementServer
[SettingGroupAttribute]
public value struct ManagementServer
[<Sealed>]
[<SettingGroupAttribute>]
type ManagementServer = struct end
<SettingGroupAttribute>
Public Structure ManagementServer

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from ValueType.)

System_CAPS_pubmethod GetHashCode()

(Inherited from ValueType.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from ValueType.)

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static AutoApproveManuallyInstalledAgents

A Boolean setting value that determines whether manually installed agents are automatically approved by the Management Server.

System_CAPS_pubfieldSystem_CAPS_static MissingHeartbeatThreshold

The number of missing heartbeats allowed by the Management Server.

System_CAPS_pubfieldSystem_CAPS_static ProxyAddress

The proxy address for the Management Server.

System_CAPS_pubfieldSystem_CAPS_static ProxyPort

The proxy port number for the Management Server.

System_CAPS_pubfieldSystem_CAPS_static RejectManuallyInstalledAgents

A Boolean setting value that determines whether the Management Server will reject manually installed agents.

System_CAPS_pubfieldSystem_CAPS_static UseProxyServer

A Boolean setting value that determines whether to use the proxy server.

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