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
System_CAPS_pubmethod ApplyChanges()

Saves any changes made to the setting values in the group of settings.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetDefaultValue(Setting<Boolean>)

Gets a default Boolean setting value.

System_CAPS_pubmethod GetDefaultValue(Setting<Byte>)

Gets a default setting value of type byte.

System_CAPS_pubmethod GetDefaultValue(Setting<DateTime>)

Gets a default setting value of type DateTime.

System_CAPS_pubmethod GetDefaultValue(Setting<Double>)

Gets a default setting value of type double.

System_CAPS_pubmethod GetDefaultValue(Setting<Guid>)

Gets a default setting value of type Guid.

System_CAPS_pubmethod GetDefaultValue(Setting<Int32>)

Gets a default setting value of type int.

System_CAPS_pubmethod GetDefaultValue(Setting<String>)

Gets a default setting value of type string.

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetInstanceValue(Setting<Boolean>, MonitoringObject)

Gets the specified bool setting value for the specified MonitoringObject instance.

System_CAPS_pubmethod GetInstanceValue(Setting<DateTime>, MonitoringObject)

Gets the specified DateTime setting value for the specified MonitoringObject instance.

System_CAPS_pubmethod GetInstanceValue(Setting<Double>, MonitoringObject)

Gets the specified double setting value for the specified MonitoringObject instance.

System_CAPS_pubmethod GetInstanceValue(Setting<Guid>, MonitoringObject)

Gets the specified Guid setting value for the specified MonitoringObject instance.

System_CAPS_pubmethod GetInstanceValue(Setting<Int32>, MonitoringObject)

Gets the specified int setting value for the specified MonitoringObject instance.

System_CAPS_pubmethod GetInstanceValue(Setting<String>, MonitoringObject)

Gets the specified string setting value for the specified MonitoringObject instance.

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod InstanceHasDefaultValue<T>(Setting<T>, MonitoringObject)

Determines whether the specified MonitoringObject instance uses the specified Setting<T> object as a default setting value.

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod Refresh()

Refreshes setting values, which overwrites any local changes.

System_CAPS_pubmethod RemoveInstanceValue(Setting<Boolean>, MonitoringObject)

Removes the specified bool setting value for the specified MonitoringObject instance.

System_CAPS_pubmethod RemoveInstanceValue(Setting<DateTime>, MonitoringObject)

The MonitoringObject instance to remove the setting value in.

System_CAPS_pubmethod RemoveInstanceValue(Setting<Double>, MonitoringObject)

Removes the specified double setting value for the specified MonitoringObject instance.

System_CAPS_pubmethod RemoveInstanceValue(Setting<Guid>, MonitoringObject)

Removes the specified Guid setting value for the specified MonitoringObject instance.

System_CAPS_pubmethod RemoveInstanceValue(Setting<Int32>, MonitoringObject)

Removes the specified int setting value for the specified MonitoringObject instance.

System_CAPS_pubmethod RemoveInstanceValue(Setting<String>, MonitoringObject)

Removes the specified string setting value for the specified MonitoringObject instance.

System_CAPS_pubmethod SetDefaultValue(Setting<Boolean>, Boolean)

Sets the specified bool setting value to the default setting value in the specified MonitoringObject instance.

System_CAPS_pubmethod SetDefaultValue<T>(Setting<T>, T)

Sets the specified setting value of type T to the default setting value in the specified MonitoringObject instance.

System_CAPS_pubmethod SetInstanceValue<T>(Setting<T>, MonitoringObject, T)

Sets the specified setting's value to the specified value in a MonitoringObject instance.

System_CAPS_pubmethod 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