UserSettings Class

System Center
 

Updated: April 16, 2012

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)

System::Object
  Microsoft.EnterpriseManagement.Monitoring::UserSettings

[ObsoleteAttribute("Please use UserSettings/Presentation (for MonitoringViewSetting) interface on your management group instance instead")]
public ref class UserSettings 

NameDescription
System_CAPS_pubmethodDeleteFavoriteConsoleTask(String^)

Deletes a favorite console task from the system.

System_CAPS_pubmethodDeleteFavoriteMonitoringReport(String^)

Deletes a favorite report from the system.

System_CAPS_pubmethodDeleteFavoriteMonitoringView(String^)

Deletes a favorite view from the system.

System_CAPS_pubmethodDeleteFavoriteTask(String^)

Deletes a favorite task from the system.

System_CAPS_pubmethodDeleteMonitoringViewSetting(MonitoringViewSetting^)

Deletes the specified view setting from the system.

System_CAPS_pubmethodDeleteSavedSearch(Guid)

Deletes a saved search from the system.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetFavoriteConsoleTask(String^)

Gets the specified favorite console task for the current user.

System_CAPS_pubmethodGetFavoriteConsoleTasks()

Gets all the favorite console tasks for the current user.

System_CAPS_pubmethodGetFavoriteMonitoringReport(String^)

Gets the specified favorite monitoring report for the current user.

System_CAPS_pubmethodGetFavoriteMonitoringReports()

Gets all the favorite monitoring reports for the current user.

System_CAPS_pubmethodGetFavoriteMonitoringView(String^)

Gets the specified favorite view for the current user.

System_CAPS_pubmethodGetFavoriteMonitoringViews()

Gets all the favorite views for the current user.

System_CAPS_pubmethodGetFavoriteTask(String^)

Gets the specified favorite task for the current user.

System_CAPS_pubmethodGetFavoriteTasks()

Gets all the favorite tasks for the current user.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetMonitoringViewSettings()

Gets all the view settings for the current user.

System_CAPS_pubmethodGetSavedSearch(Guid)

Gets the specified saved search for the current user.

System_CAPS_pubmethodGetSavedSearch(String^)

Gets the specified saved search for the current user.

System_CAPS_pubmethodGetSavedSearches()

Gets all the saved searches for the current user.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInsertFavoriteConsoleTask(FavoriteConsoleTask^)

Inserts a new favorite console task into the system.

System_CAPS_pubmethodInsertFavoriteMonitoringReport(FavoriteMonitoringReport^)

Inserts a new favorite report into the system.

System_CAPS_pubmethodInsertFavoriteMonitoringView(FavoriteMonitoringView^)

Inserts a new favorite view into the system.

System_CAPS_pubmethodInsertFavoriteTask(FavoriteTask^)

Inserts a new favorite task into the system.

System_CAPS_pubmethodInsertMonitoringViewSetting(MonitoringViewSetting^)

Inserts a new view setting into the system.

System_CAPS_pubmethodInsertSavedSearch(SavedSearch^)

Inserts a new saved search into the system.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: