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 | |
---|---|---|
Equals(Object) | (Inherited from ValueType.) |
|
GetHashCode() | (Inherited from ValueType.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from ValueType.) |
Fields
Name | Description | |
---|---|---|
AutoApproveManuallyInstalledAgents | A Boolean setting value that determines whether manually installed agents are automatically approved by the Management Server. |
|
MissingHeartbeatThreshold | The number of missing heartbeats allowed by the Management Server. |
|
ProxyAddress | The proxy address for the Management Server. |
|
ProxyPort | The proxy port number for the Management Server. |
|
RejectManuallyInstalledAgents | A Boolean setting value that determines whether the Management Server will reject manually installed agents. |
|
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