UserSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Please use UserSettings/Presentation (for MonitoringViewSetting) interface on your management group instance instead
Access to user settings and operations.
public ref class UserSettings
[System.Obsolete("Please use UserSettings/Presentation (for MonitoringViewSetting) interface on your management group instance instead")]
public class UserSettings
type UserSettings = class
Public Class UserSettings
- Inheritance
-
UserSettings
- Attributes
Methods
DeleteFavoriteConsoleTask(String) |
Deletes a favorite task from the system. |
DeleteFavoriteMonitoringReport(String) |
Deletes a favorite report from the system. |
DeleteFavoriteMonitoringView(String) |
Deletes a favorite view from the system. |
DeleteFavoriteTask(String) |
Deletes a favorite task from the system. |
DeleteMonitoringViewSetting(MonitoringViewSetting) |
Deletes a view setting from the system. |
DeleteSavedSearch(Guid) |
Deletes a saved search from the system. |
GetFavoriteConsoleTask(String) |
Retrieves the favorite task, by name, for the current user. |
GetFavoriteConsoleTasks() |
Retrieves all the favorite tasks for the current user. |
GetFavoriteMonitoringReport(String) |
Retrieves the favorite report, by name, for the current user. |
GetFavoriteMonitoringReports() |
Retrieves all the favorite reports for the current user. |
GetFavoriteMonitoringView(String) |
Retrieves the favorite view, by name, for the current user. |
GetFavoriteMonitoringViews() |
Retrieves all the favorite views for the current user. |
GetFavoriteTask(String) |
Retrieves the favorite task, by name, for the current user. |
GetFavoriteTasks() |
Retrieves all the favorite tasks for the current user. |
GetMonitoringViewSettings() |
Retrieves all view settings. |
GetSavedSearch(Guid) |
Retrieves the saved search, by name, for the current user. |
GetSavedSearch(String) |
Retrieves the saved search, by name, for the current user. |
GetSavedSearches() |
Retrieves all the saved searches for the current user. |
InsertFavoriteConsoleTask(FavoriteConsoleTask) |
Inserts a new favorite task into the system. |
InsertFavoriteMonitoringReport(FavoriteMonitoringReport) |
Inserts a new favorite report into the system. |
InsertFavoriteMonitoringView(FavoriteMonitoringView) |
Inserts a new favorite view into the system. |
InsertFavoriteTask(FavoriteTask) |
Inserts a new favorite task into the system. |
InsertMonitoringViewSetting(MonitoringViewSetting) |
Inserts a new view settings into the system. |
InsertSavedSearch(SavedSearch) |
Inserts a new saved search into the system. |