FavoriteMonitoringView Class
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Represents a favorite view.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Inheritance Hierarchy
System.Object
Microsoft.EnterpriseManagement.Common.MonitoringBase
Microsoft.EnterpriseManagement.Common.CreatableMonitoringBase
Microsoft.EnterpriseManagement.UserInfo.UserView
Microsoft.EnterpriseManagement.Monitoring.FavoriteMonitoringView
Syntax
[SerializableAttribute]
[ObsoleteAttribute("Use Microsoft.EnterpriseManagement.UserInfo.UserView")]
public class FavoriteMonitoringView : UserView
[SerializableAttribute]
[ObsoleteAttribute("Use Microsoft.EnterpriseManagement.UserInfo.UserView")]
public ref class FavoriteMonitoringView : UserView
[<SerializableAttribute>]
[<ObsoleteAttribute("Use Microsoft.EnterpriseManagement.UserInfo.UserView")>]
type FavoriteMonitoringView =
class
inherit UserView
end
<SerializableAttribute>
<ObsoleteAttribute("Use Microsoft.EnterpriseManagement.UserInfo.UserView")>
Public Class FavoriteMonitoringView
Inherits UserView
Constructors
Name | Description | |
---|---|---|
FavoriteMonitoringView(String, ManagementPackView, Guid) | Initializes a new FavoriteMonitoringView object. |
Properties
Name | Description | |
---|---|---|
ManagementGroup | The connection management group connection used by this object. |
|
ManagementGroupId | (Inherited from MonitoringBase.) |
|
MonitoringObjectId | Obsolete.Gets or sets the monitoring object identifier that the favorite view targets. |
|
MonitoringView | Obsolete.Gets or sets the view that is contained in the favorite view. |
|
Name | (Inherited from UserView.) |
|
ObjectId | (Inherited from UserView.) |
|
View | (Inherited from UserView.) |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from UserView.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from UserView.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
Reconnect(EnterpriseManagementGroup) | (Inherited from UserView.) |
|
ToString() | (Inherited from MonitoringBase.) |
|
Update() | (Inherited from UserView.) |
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