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 | |
---|---|---|
CustomMonitoringObjectGroup(String, String, String, String) | Initializes a new CustomMonitoringObjectGroup object. |
Properties
Name | Description | |
---|---|---|
Description | (Inherited from CreatableObjectGroup.) |
|
DisplayName | (Inherited from CreatableObjectGroup.) |
|
Formula | (Inherited from CreatableObjectGroup.) |
|
Name | (Inherited from CreatableObjectGroup.) |
|
Namespace | (Inherited from CreatableObjectGroup.) |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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