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
System_CAPS_pubmethod FavoriteMonitoringView(String, ManagementPackView, Guid)

Initializes a new FavoriteMonitoringView object.

Properties

Name Description
System_CAPS_pubproperty ManagementGroup

The connection management group connection used by this object.

System_CAPS_pubproperty ManagementGroupId

(Inherited from MonitoringBase.)

System_CAPS_pubproperty MonitoringObjectId

Obsolete.Gets or sets the monitoring object identifier that the favorite view targets.

System_CAPS_pubproperty MonitoringView

Obsolete.Gets or sets the view that is contained in the favorite view.

System_CAPS_pubproperty Name

(Inherited from UserView.)

System_CAPS_pubproperty ObjectId

(Inherited from UserView.)

System_CAPS_pubproperty View

(Inherited from UserView.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from UserView.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from UserView.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod Reconnect(EnterpriseManagementGroup)

(Inherited from UserView.)

System_CAPS_pubmethod ToString()

(Inherited from MonitoringBase.)

System_CAPS_pubmethod 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