Settings.HealthService Structure
Applies To: Operations Manager for System Center 2012
Contains health service settings that apply to Management Servers and agents.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[SettingGroupAttribute]
public struct HealthService
[SettingGroupAttribute]
public value struct HealthService
[<Sealed>]
[<SettingGroupAttribute>]
type HealthService = struct end
<SettingGroupAttribute>
Public Structure HealthService
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from ValueType.) |
|
GetHashCode() | (Inherited from ValueType.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from ValueType.) |
Fields
Name | Description | |
---|---|---|
ProxyingEnabled | Determines whether a proxy is enabled for a Management Server and an agent. |
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