Settings Class
Applies To: Operations Manager for System Center 2012
Represents a group of management settings for a system.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Inheritance Hierarchy
System.Object
Microsoft.EnterpriseManagement.Administration.Settings
Syntax
public class Settings
public ref class Settings
type Settings = class end
Public Class Settings
Methods
Name | Description | |
---|---|---|
ApplyChanges() | Saves any changes made to the setting values in the group of settings. |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetDefaultValue(Setting<Boolean>) | Gets a default Boolean setting value. |
|
GetDefaultValue(Setting<Byte>) | Gets a default setting value of type byte. |
|
GetDefaultValue(Setting<DateTime>) | Gets a default setting value of type DateTime. |
|
GetDefaultValue(Setting<Double>) | Gets a default setting value of type double. |
|
GetDefaultValue(Setting<Guid>) | Gets a default setting value of type Guid. |
|
GetDefaultValue(Setting<Int32>) | Gets a default setting value of type int. |
|
GetDefaultValue(Setting<String>) | Gets a default setting value of type string. |
|
GetHashCode() | (Inherited from Object.) |
|
GetInstanceValue(Setting<Boolean>, MonitoringObject) | Gets the specified bool setting value for the specified MonitoringObject instance. |
|
GetInstanceValue(Setting<DateTime>, MonitoringObject) | Gets the specified DateTime setting value for the specified MonitoringObject instance. |
|
GetInstanceValue(Setting<Double>, MonitoringObject) | Gets the specified double setting value for the specified MonitoringObject instance. |
|
GetInstanceValue(Setting<Guid>, MonitoringObject) | Gets the specified Guid setting value for the specified MonitoringObject instance. |
|
GetInstanceValue(Setting<Int32>, MonitoringObject) | Gets the specified int setting value for the specified MonitoringObject instance. |
|
GetInstanceValue(Setting<String>, MonitoringObject) | Gets the specified string setting value for the specified MonitoringObject instance. |
|
GetType() | (Inherited from Object.) |
|
InstanceHasDefaultValue<T>(Setting<T>, MonitoringObject) | Determines whether the specified MonitoringObject instance uses the specified Setting<T> object as a default setting value. |
|
MemberwiseClone() | (Inherited from Object.) |
|
Refresh() | Refreshes setting values, which overwrites any local changes. |
|
RemoveInstanceValue(Setting<Boolean>, MonitoringObject) | Removes the specified bool setting value for the specified MonitoringObject instance. |
|
RemoveInstanceValue(Setting<DateTime>, MonitoringObject) | The MonitoringObject instance to remove the setting value in. |
|
RemoveInstanceValue(Setting<Double>, MonitoringObject) | Removes the specified double setting value for the specified MonitoringObject instance. |
|
RemoveInstanceValue(Setting<Guid>, MonitoringObject) | Removes the specified Guid setting value for the specified MonitoringObject instance. |
|
RemoveInstanceValue(Setting<Int32>, MonitoringObject) | Removes the specified int setting value for the specified MonitoringObject instance. |
|
RemoveInstanceValue(Setting<String>, MonitoringObject) | Removes the specified string setting value for the specified MonitoringObject instance. |
|
SetDefaultValue(Setting<Boolean>, Boolean) | Sets the specified bool setting value to the default setting value in the specified MonitoringObject instance. |
|
SetDefaultValue<T>(Setting<T>, T) | Sets the specified setting value of type T to the default setting value in the specified MonitoringObject instance. |
|
SetInstanceValue<T>(Setting<T>, MonitoringObject, T) | Sets the specified setting's value to the specified value in a MonitoringObject instance. |
|
ToString() | (Inherited from Object.) |
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