Share via


UserSettings Class

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Defines methods that are used to access user settings and operations.

Namespace:   Microsoft.EnterpriseManagement.Monitoring
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.Monitoring.UserSettings

Syntax

[ObsoleteAttribute("Please use UserSettings/Presentation (for MonitoringViewSetting) interface on your management group instance instead")]
public class UserSettings
[ObsoleteAttribute("Please use UserSettings/Presentation (for MonitoringViewSetting) interface on your management group instance instead")]
public ref class UserSettings 
[<ObsoleteAttribute("Please use UserSettings/Presentation (for MonitoringViewSetting) interface on your management group instance instead")>]
type UserSettings = class end
<ObsoleteAttribute("Please use UserSettings/Presentation (for MonitoringViewSetting) interface on your management group instance instead")>
Public Class UserSettings

Methods

Name Description
System_CAPS_pubmethod DeleteFavoriteConsoleTask(String)

Deletes a favorite console task from the system.

System_CAPS_pubmethod DeleteFavoriteMonitoringReport(String)

Deletes a favorite report from the system.

System_CAPS_pubmethod DeleteFavoriteMonitoringView(String)

Deletes a favorite view from the system.

System_CAPS_pubmethod DeleteFavoriteTask(String)

Deletes a favorite task from the system.

System_CAPS_pubmethod DeleteMonitoringViewSetting(MonitoringViewSetting)

Deletes the specified view setting from the system.

System_CAPS_pubmethod DeleteSavedSearch(Guid)

Deletes a saved search from the system.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetFavoriteConsoleTask(String)

Gets the specified favorite console task for the current user.

System_CAPS_pubmethod GetFavoriteConsoleTasks()

Gets all the favorite console tasks for the current user.

System_CAPS_pubmethod GetFavoriteMonitoringReport(String)

Gets the specified favorite monitoring report for the current user.

System_CAPS_pubmethod GetFavoriteMonitoringReports()

Gets all the favorite monitoring reports for the current user.

System_CAPS_pubmethod GetFavoriteMonitoringView(String)

Gets the specified favorite view for the current user.

System_CAPS_pubmethod GetFavoriteMonitoringViews()

Gets all the favorite views for the current user.

System_CAPS_pubmethod GetFavoriteTask(String)

Gets the specified favorite task for the current user.

System_CAPS_pubmethod GetFavoriteTasks()

Gets all the favorite tasks for the current user.

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetMonitoringViewSettings()

Gets all the view settings for the current user.

System_CAPS_pubmethod GetSavedSearch(Guid)

Gets the specified saved search for the current user.

System_CAPS_pubmethod GetSavedSearch(String)

Gets the specified saved search for the current user.

System_CAPS_pubmethod GetSavedSearches()

Gets all the saved searches for the current user.

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod InsertFavoriteConsoleTask(FavoriteConsoleTask)

Inserts a new favorite console task into the system.

System_CAPS_pubmethod InsertFavoriteMonitoringReport(FavoriteMonitoringReport)

Inserts a new favorite report into the system.

System_CAPS_pubmethod InsertFavoriteMonitoringView(FavoriteMonitoringView)

Inserts a new favorite view into the system.

System_CAPS_pubmethod InsertFavoriteTask(FavoriteTask)

Inserts a new favorite task into the system.

System_CAPS_pubmethod InsertMonitoringViewSetting(MonitoringViewSetting)

Inserts a new view setting into the system.

System_CAPS_pubmethod InsertSavedSearch(SavedSearch)

Inserts a new saved search into the system.

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

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.Monitoring Namespace

Return to top