Settings::ManagementServer Structure

System Center
 

Updated: April 16, 2012

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)

[SettingGroupAttribute]
public value struct ManagementServer

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from ValueType.)

System_CAPS_pubmethodGetHashCode()

(Inherited from ValueType.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from ValueType.)

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticAutoApproveManuallyInstalledAgents

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

System_CAPS_pubfieldSystem_CAPS_staticMissingHeartbeatThreshold

The number of missing heartbeats allowed by the Management Server.

System_CAPS_pubfieldSystem_CAPS_staticProxyAddress

The proxy address for the Management Server.

System_CAPS_pubfieldSystem_CAPS_staticProxyPort

The proxy port number for the Management Server.

System_CAPS_pubfieldSystem_CAPS_staticRejectManuallyInstalledAgents

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

System_CAPS_pubfieldSystem_CAPS_staticUseProxyServer

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

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: