Share via


CustomMonitoringObject Class

Definition

Caution

Use CreatableEnterpriseManagementObject

A monitoring object object that can be inserted into the MOM system.

public ref class CustomMonitoringObject : Microsoft::EnterpriseManagement::Common::CreatableEnterpriseManagementObject
[System.Obsolete("Use CreatableEnterpriseManagementObject")]
public class CustomMonitoringObject : Microsoft.EnterpriseManagement.Common.CreatableEnterpriseManagementObject
type CustomMonitoringObject = class
    inherit CreatableEnterpriseManagementObject
Public Class CustomMonitoringObject
Inherits CreatableEnterpriseManagementObject
Inheritance
CustomMonitoringObject
Attributes

Constructors

CustomMonitoringObject(MonitoringClass)

Constructor.

CustomMonitoringObject(MonitoringClass, IList<Pair<MonitoringClassProperty,Object>>)

Creates a new CustomMonitoringObject.

Properties

Id

The id for this object, or null if no keys have been provided.

ManagementGroup

The ManagementGroup the object was instantiated in.

MonitoringClass

The monitoring class for this monitoring object.

Methods

CreateResolvedWindowsComputers(IList<String>, ManagementGroup)

Create custom monitoring objects from the given resolved computer names. Computer names that could not be resolved are not returned.

GetMonitoringPropertyValue(MonitoringClassProperty)
Obsolete.

This method returns an object corresponding to the provided MonitoringClassProperty.

Reconnect(EnterpriseManagementGroup)

Reconnects the specified management group.

SetMonitoringPropertyValue(MonitoringClassProperty, Object)
Obsolete.

This method sets an object corresponding to the provided MonitoringClassProperty.

Applies to