Share via


CustomMonitoringObjectGroup Class

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Represents a group of CustomMonitoringObject objects.

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

Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.CreatableObjectGroup
    Microsoft.EnterpriseManagement.Monitoring.CustomMonitoringObjectGroup

Syntax

[ObsoleteAttribute("Use CreateableObjectGroup")]
public class CustomMonitoringObjectGroup : CreatableObjectGroup
[ObsoleteAttribute("Use CreateableObjectGroup")]
public ref class CustomMonitoringObjectGroup : CreatableObjectGroup
[<ObsoleteAttribute("Use CreateableObjectGroup")>]
type CustomMonitoringObjectGroup = 
    class
        inherit CreatableObjectGroup
    end
<ObsoleteAttribute("Use CreateableObjectGroup")>
Public Class CustomMonitoringObjectGroup
    Inherits CreatableObjectGroup

Constructors

Name Description
System_CAPS_pubmethod CustomMonitoringObjectGroup(String, String, String, String)

Initializes a new CustomMonitoringObjectGroup object.

Properties

Name Description
System_CAPS_pubproperty Description

(Inherited from CreatableObjectGroup.)

System_CAPS_pubproperty DisplayName

(Inherited from CreatableObjectGroup.)

System_CAPS_pubproperty Formula

(Inherited from CreatableObjectGroup.)

System_CAPS_pubproperty Name

(Inherited from CreatableObjectGroup.)

System_CAPS_pubproperty Namespace

(Inherited from CreatableObjectGroup.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

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