MonitoringObject Class

 

Applies To: Operations Manager for System Center 2012

Represents a monitoring object and provides access to its properties, state, as well as related monitoring objects.

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

Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.Common.MonitoringBase
    Microsoft.EnterpriseManagement.Common.MonitoringBaseWithId
      Microsoft.EnterpriseManagement.Common.EnterpriseManagementBase
        Microsoft.EnterpriseManagement.Common.EnterpriseManagementObjectBaseWithProperties
          Microsoft.EnterpriseManagement.Common.EnterpriseManagementObject
            Microsoft.EnterpriseManagement.Monitoring.PartialMonitoringObjectBase
              Microsoft.EnterpriseManagement.Monitoring.PartialMonitoringObject
                Microsoft.EnterpriseManagement.Monitoring.MonitoringObject
                  Microsoft.EnterpriseManagement.Monitoring.MonitoringObjectGroup

Syntax

[SerializableAttribute]
public class MonitoringObject : PartialMonitoringObject, IEnterpriseManagementObjectCreatable<MonitoringObject>
[SerializableAttribute]
public ref class MonitoringObject : PartialMonitoringObject, 
    IEnterpriseManagementObjectCreatable<MonitoringObject^>
[<SerializableAttribute>]
type MonitoringObject = 
    class
        inherit PartialMonitoringObject
        interface IEnterpriseManagementObjectCreatable<MonitoringObject>
    end
<SerializableAttribute>
Public Class MonitoringObject
    Inherits PartialMonitoringObject
    Implements IEnterpriseManagementObjectCreatable(Of MonitoringObject)

Constructors

Name Description
System_CAPS_protmethod MonitoringObject(IEnterpriseManagementObjectData, ManagementGroup)

Properties

Name Description
System_CAPS_pubproperty AvailabilityLastModified

Gets the last modified time, in DateTime format, of the availability of this monitoring object.(Inherited from PartialMonitoringObject.)

System_CAPS_pubproperty DisplayName

(Inherited from EnterpriseManagementObject.)

System_CAPS_pubproperty FullName

(Inherited from EnterpriseManagementObject.)

System_CAPS_pubproperty HasChanges

(Inherited from EnterpriseManagementObjectBaseWithProperties.)

System_CAPS_pubproperty HealthState

Gets the current health state of the monitoring object.(Inherited from PartialMonitoringObject.)

System_CAPS_pubproperty Id

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubproperty InMaintenanceMode

Gets a value indicating whether the monitoring object is in maintenance mode.(Inherited from PartialMonitoringObject.)

System_CAPS_pubproperty IsAvailable

Gets a value that indicates whether the monitoring object is available to perform an operation.(Inherited from PartialMonitoringObject.)

System_CAPS_pubproperty IsManaged

This property is for internal use only and is not intended for use in your code.(Inherited from PartialMonitoringObject.)

System_CAPS_pubproperty IsNew

(Inherited from EnterpriseManagementObjectBaseWithProperties.)

System_CAPS_pubproperty Item[Guid]

(Inherited from EnterpriseManagementObjectBaseWithProperties.)

System_CAPS_pubproperty Item[ManagementPackProperty]

(Inherited from EnterpriseManagementObjectBaseWithProperties.)

System_CAPS_pubproperty Item[ManagementPackType, String]

(Inherited from EnterpriseManagementObjectBaseWithProperties.)

System_CAPS_pubproperty LastModified

(Inherited from EnterpriseManagementObjectBaseWithProperties.)

System_CAPS_pubproperty LastModifiedBy

(Inherited from EnterpriseManagementObject.)

System_CAPS_pubproperty LeastDerivedNonAbstractManagementPackClassId

(Inherited from EnterpriseManagementObject.)

System_CAPS_pubproperty LeastDerivedNonAbstractMonitoringClassId

Obsolete.Gets the GUID for the least-derived. non-abstract monitoring class.(Inherited from PartialMonitoringObject.)

System_CAPS_pubproperty MaintenanceModeLastModified

Gets the time, in DateTime format, that maintenance mode of this monitoring object was last modified.(Inherited from PartialMonitoringObject.)

System_CAPS_pubproperty ManagementGroup

The connection management group connection used by this object(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubproperty ManagementGroupId

(Inherited from MonitoringBase.)

System_CAPS_pubproperty ManagementPackClassIds

(Inherited from EnterpriseManagementObject.)

System_CAPS_pubproperty MonitoringClassIds

Obsolete.Gets a collection of GUIDs of the monitoring classes for this partial monitoring object.(Inherited from PartialMonitoringObject.)

System_CAPS_pubproperty Name

(Inherited from EnterpriseManagementObject.)

System_CAPS_pubproperty Path

(Inherited from EnterpriseManagementObject.)

System_CAPS_pubproperty StateLastModified

Gets the time, in DateTime format, that the state of the monitoring object was last modified.(Inherited from PartialMonitoringObject.)

System_CAPS_pubproperty TimeAdded

(Inherited from EnterpriseManagementObject.)

System_CAPS_pubproperty Values

(Inherited from EnterpriseManagementObjectBaseWithProperties.)

Methods

Name Description
System_CAPS_pubmethod ApplyTemplate(ManagementPackObjectTemplate)

(Inherited from EnterpriseManagementObject.)

System_CAPS_pubmethod ApplyTemplate(ManagementPackObjectTemplate, ObjectTemplateCallback)

(Inherited from EnterpriseManagementObject.)

System_CAPS_pubmethod BeginExecuteMonitoringTask(MonitoringTask, TaskConfiguration, AsyncCallback, Object)

Obsolete.Asynchronously begins the execution of a task.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod Commit()

(Inherited from EnterpriseManagementObject.)

System_CAPS_pubmethod Commit(EnterpriseManagementConnector)

(Inherited from EnterpriseManagementObject.)

System_CAPS_pubmethod ContainsProperty(Guid)

(Inherited from EnterpriseManagementObjectBaseWithProperties.)

System_CAPS_pubmethod ContainsProperty(ManagementPackProperty)

(Inherited from EnterpriseManagementObjectBaseWithProperties.)

System_CAPS_pubmethod ContainsProperty(ManagementPackType, String)

(Inherited from EnterpriseManagementObjectBaseWithProperties.)

System_CAPS_pubmethod CreateNavigator()

(Inherited from EnterpriseManagementObject.)

System_CAPS_pubmethod EndExecuteMonitoringTask(IAsyncResult)

Obsolete.Ends the execution of a task.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod Equals(Object)

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubmethod ExecuteMonitoringTask(MonitoringTask, TaskConfiguration)

Obsolete.Synchronously executes a task.(Inherited from PartialMonitoringObject.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetClasses()

(Inherited from EnterpriseManagementObject.)

System_CAPS_pubmethod GetClasses(BaseClassTraversalDepth)

(Inherited from EnterpriseManagementObject.)

System_CAPS_pubmethod GetCopy()

(Inherited from EnterpriseManagementObject.)

System_CAPS_pubmethod GetDiscoverySources()

Obsolete.Gets the discovery sources for the monitoring object.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod GetHashCode()

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubmethod GetLeastDerivedNonAbstractClass()

(Inherited from EnterpriseManagementObject.)

System_CAPS_pubmethod GetLeastDerivedNonAbstractMonitoringClass()

Obsolete.Gets the least-derived, non-abstract monitoring class.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod GetMaintenanceWindow()

Gets the current maintenance mode information.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod GetMaintenanceWindowHistory()

Obsolete.Gets maintenance mode information history.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod GetMonitorHierarchy()

Obsolete.Retrieves the root monitor that is targeted toward this object instance and its base types, and populates a hierarchy of objects that you can navigate.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod GetMonitoringAlertReader()

Gets an alert reader object that allows you to read all the monitoring alert objects that are related to this monitoring object.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringAlertReader(DateTime)

Gets an alert reader object that allows you to read all the monitoring alert objects that are related to this monitoring object and that have changed since the specified date and time.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringAlertReader(ManagementPackClass)

Gets an alert reader object that allows you to read all the monitoring alert objects that are related to this monitoring object and the specified monitoring class.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringAlertReader(ManagementPackClass, DateTime)

Gets an alert reader object that allows you to read all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringAlertReader(ManagementPackClass, TraversalDepth)

Gets an alert reader object that allows you to read all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringAlertReader(ManagementPackClass, TraversalDepth, DateTime)

Gets an alert reader object that allows you to read all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringAlertReader(MonitoringAlertCriteria)

Gets an alert reader object that allows you to read all the monitoring alert objects that are related to this monitoring object and that meet the specified filter.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringAlertReader(MonitoringAlertCriteria, DateTime)

Gets an alert reader object that allows you to read all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringAlertReader(MonitoringAlertCriteria, ManagementPackClass)

Gets an alert reader object that allows you to read all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringAlertReader(MonitoringAlertCriteria, ManagementPackClass, DateTime)

Gets an alert reader object that allows you to read all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringAlertReader(MonitoringAlertCriteria, ManagementPackClass, TraversalDepth)

Gets an alert reader object that allows you to read all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringAlertReader(MonitoringAlertCriteria, ManagementPackClass, TraversalDepth, DateTime)

Gets an alert reader object that allows you to read all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringAlertReader(MonitoringAlertCriteria, TraversalDepth)

Gets an alert reader object that allows you to read all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringAlertReader(MonitoringAlertCriteria, TraversalDepth, DateTime)

Gets an alert reader object that allows you to read all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringAlertReader(TraversalDepth)

Gets an alert reader object that allows you to read all the monitoring alert objects that are related to this monitoring object, and optionally alerts that are related to all the monitoring objects that are contained by this object.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringAlertReader(TraversalDepth, DateTime)

Gets an alert reader object that allows you to read all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringAlerts()

Gets all the monitoring alert objects that are related to this monitoring object.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringAlerts(DateTime)

Gets all the monitoring alert objects that are related to this monitoring object and that have changed since the specified date and time.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringAlerts(ManagementPackClass)

Gets all the monitoring alert objects that are related to this monitoring object and the specified monitoring class.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringAlerts(ManagementPackClass, DateTime)

Gets all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringAlerts(ManagementPackClass, TraversalDepth)

Gets all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringAlerts(ManagementPackClass, TraversalDepth, DateTime)

Gets all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringAlerts(MonitoringAlertCriteria)

Gets all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringAlerts(MonitoringAlertCriteria, DateTime)

Gets all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringAlerts(MonitoringAlertCriteria, ManagementPackClass)

Gets all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringAlerts(MonitoringAlertCriteria, ManagementPackClass, DateTime)

Gets all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringAlerts(MonitoringAlertCriteria, ManagementPackClass, TraversalDepth)

Gets all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringAlerts(MonitoringAlertCriteria, ManagementPackClass, TraversalDepth, DateTime)

Gets all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringAlerts(MonitoringAlertCriteria, TraversalDepth)

Gets all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringAlerts(MonitoringAlertCriteria, TraversalDepth, DateTime)

Gets all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringAlerts(TraversalDepth)

Gets all the monitoring alert objects that are related to this monitoring object, and optionally alerts that are related to all the monitoring objects that are contained by this object.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringAlerts(TraversalDepth, DateTime)

Gets all the monitoring alert objects that are related to this monitoring object and that meet the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringAlertsCount()

Gets the number of monitoring alerts that are related to this monitoring object.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringAlertsCount(ManagementPackClass)

Gets the number of monitoring alerts that are related to this monitoring object and the specified monitoring class.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringAlertsCount(ManagementPackClass, TraversalDepth)

Gets the number of monitoring alerts that are related to this monitoring object and that meet the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringAlertsCount(MonitoringAlertCriteria)

Gets the number of monitoring alerts that are related to this monitoring object and that meet the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringAlertsCount(MonitoringAlertCriteria, ManagementPackClass)

Gets the number of monitoring alerts that are related to this monitoring object and that meet the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringAlertsCount(MonitoringAlertCriteria, ManagementPackClass, TraversalDepth)

Gets the number of monitoring alerts that are related to this monitoring object and that meet the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringAlertsCount(MonitoringAlertCriteria, TraversalDepth)

Gets the number of monitoring alerts that are related to this monitoring object and that meet the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringAlertsCount(TraversalDepth)

Gets the number of monitoring alerts that are related to this monitoring object, and optionally alerts that are related to all the monitoring objects that are contained by this object.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringClasses()

Obsolete.Gets all the monitoring classes that this monitoring object is an instance of.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod GetMonitoringConsoleTasks()

Obsolete.Gets all the tasks that are targeted toward this monitoring object, based on all the types of the entity and the base types.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod GetMonitoringConsoleTasks(ManagementPackConsoleTaskCriteria)

Obsolete.Gets all the tasks that are targeted toward this monitoring object, based on all the types of the entity and the base types, and that meet the criteria filter.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod GetMonitoringDiagnostics()

Obsolete.Gets all the diagnostics that are targeted toward this monitoring object, based on all the types of the entity and the base types.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod GetMonitoringDiagnostics(ManagementPackDiagnosticCriteria)

Obsolete.Gets all the diagnostics that are targeted toward this monitoring object, based on all the types of the entity and the base types and that meet the criteria filter.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod GetMonitoringDiscoveries()

Obsolete.Gets all the discoveries that are targeted toward this monitoring object, based on all the types of the entity and the base types.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod GetMonitoringDiscoveries(ManagementPackDiscoveryCriteria)

Obsolete.Gets all the discoveries that are targeted toward this monitoring object, based on all the types of the entity and the base types, and that meet the criteria.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod GetMonitoringEventReader()

Gets an event reader object that allows you to read all the event objects that are related to this monitoring object.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringEventReader(ManagementPackClass)

Gets an event reader object that allows you to read all the event objects that are related to this monitoring object and the specified monitoring class.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringEventReader(ManagementPackClass, TraversalDepth)

Gets an event reader object that allows you to read all the event objects that are related to this monitoring object and that meet the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringEventReader(MonitoringEventCriteria)

Gets an event reader object that allows you to read all the event objects that are related to this monitoring object and that meet the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringEventReader(MonitoringEventCriteria, ManagementPackClass)

Gets an event reader object that allows you to read all the event objects that are related to this monitoring object and that meet the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringEventReader(MonitoringEventCriteria, ManagementPackClass, TraversalDepth)

Gets an event reader object that allows you to read all the event objects that are related to this monitoring object and that meet the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringEventReader(MonitoringEventCriteria, TraversalDepth)

Gets an event reader object that allows you to read all the event objects that are related to this monitoring object and that meet the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringEventReader(TraversalDepth)

Gets an event reader object that allows you to read all the event objects that are related to this monitoring object, and optionally events that are related to all the monitoring objects that are contained by this object.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringEvents()

Gets all the event objects that are related to this monitoring object.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringEvents(ManagementPackClass)

Gets all the event objects that are related to this monitoring object and the specified monitoring class.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringEvents(ManagementPackClass, TraversalDepth)

Gets all the event objects that are related to this monitoring object and that meet the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringEvents(MonitoringEventCriteria)

Gets all the event objects that are related to this monitoring object and that meet the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringEvents(MonitoringEventCriteria, ManagementPackClass)

Gets all the event objects that are related to this monitoring object and that meet the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringEvents(MonitoringEventCriteria, ManagementPackClass, TraversalDepth)

Gets all the event objects that are related to this monitoring object and that meet the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringEvents(MonitoringEventCriteria, TraversalDepth)

Gets all the event objects that are related to this monitoring object and that meet the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringEvents(TraversalDepth)

Gets all the event objects that are related to this monitoring object, and optionally events that are related to all the monitoring objects that are contained by this object.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringLinkedReports()

Obsolete.Gets all the reports that are targeted toward this monitoring object, based on all the types of the entity and the base types.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod GetMonitoringLinkedReports(ManagementPackLinkedReportCriteria)

Obsolete.Gets all the reports that are targeted toward this monitoring object, based on all the types of the entity and the base types, and that meet the criteria filter.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod GetMonitoringPerformanceData()

Gets all the performance data that is related to this monitoring object.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringPerformanceData(ManagementPackClass)

Gets all the performance data that is related to this monitoring object and the specified monitoring class.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringPerformanceData(ManagementPackClass, TraversalDepth)

Gets all the performance data that is related to this monitoring object and that meets the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringPerformanceData(MonitoringPerformanceDataCriteria)

Gets all the performance data that is related to this monitoring object and that meets the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringPerformanceData(MonitoringPerformanceDataCriteria, ManagementPackClass)

Gets all the performance data that is related to this monitoring object and that meets the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringPerformanceData(MonitoringPerformanceDataCriteria, ManagementPackClass, TraversalDepth)

Gets all the performance data that is related to this monitoring object and that meets the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringPerformanceData(MonitoringPerformanceDataCriteria, TraversalDepth)

Gets all the performance data that is related to this monitoring object and that meets the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringPerformanceData(TraversalDepth)

Gets all the performance data that is related to this monitoring object, and optionally performance data that is related to all the monitoring objects that are contained by this object.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringPerformanceDataReader()

Gets a performance data reader that is used to access all the performance data that is related to this monitoring object.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringPerformanceDataReader(ManagementPackClass)

Gets a performance data reader that is used to access all the performance data that is related to this monitoring object and the specified monitoring class.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringPerformanceDataReader(ManagementPackClass, TraversalDepth)

Gets a performance data reader that is used to access all the performance data that is related to this monitoring object and that meets the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringPerformanceDataReader(MonitoringPerformanceDataCriteria)

Gets a performance data reader that is used to access all the performance data that is related to this monitoring object and that meets the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringPerformanceDataReader(MonitoringPerformanceDataCriteria, ManagementPackClass)

Gets a performance data reader that is used to access all the performance data that is related to this monitoring object and that meets the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringPerformanceDataReader(MonitoringPerformanceDataCriteria, ManagementPackClass, TraversalDepth)

Gets a performance data reader that is used to access all the performance data that is related to this monitoring object and that meets the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringPerformanceDataReader(MonitoringPerformanceDataCriteria, TraversalDepth)

Gets a performance data reader that is used to access all the performance data that is related to this monitoring object and that meets the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringPerformanceDataReader(TraversalDepth)

Gets a performance data reader that is used to access all the performance data that is related to this monitoring object, and optionally performance data that is related to all the monitoring objects that are contained by this object.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringProperties()

Obsolete.Gets all the properties that are associated with this monitoring object.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod GetMonitoringPropertyValue(MonitoringClassProperty)

Obsolete.Gets a property value object that corresponds to the specified monitoring class property.

System_CAPS_pubmethod GetMonitoringRecoveries()

Obsolete.Gets all the recoveries that are targeted toward this monitoring object, based on all the types of the entity and the base types.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod GetMonitoringRecoveries(ManagementPackRecoveryCriteria)

Obsolete.Gets all the recoveries that are targeted toward this monitoring object, based on all the types of the entity and the base types and that meet the criteria filter.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod GetMonitoringRelationshipObjects()

Obsolete.Gets the relationships for which this partial monitoring object is a part of, either as a source or target.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod GetMonitoringRelationshipObjectsWhereSource()

Obsolete.Retrieves the relationships for which this PartialMonitoringObject object is the source.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod GetMonitoringRelationshipObjectsWhereSource(ICollection<MonitoringRelationshipClass>)

Obsolete.Retrieves all the relationships for which this monitoring object is the source of the given relationship type.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod GetMonitoringRelationshipObjectsWhereSource(ICollection<MonitoringRelationshipClass>, DerivedClassTraversalDepth)

Obsolete.Retrieves all the relationships for which this monitoring object is the source of the given relationship type, optionally including their derived types.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod GetMonitoringRelationshipObjectsWhereSource(ICollection<MonitoringRelationshipClass>, DerivedClassTraversalDepth, TraversalDepth)

Obsolete.Retrieves all the relationships for which this monitoring object is the source of the given relationship type, optionally including their derived types and including relationships in which the instances that this instance contains, via the Containment relationship type or above, are the source.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod GetMonitoringRelationshipObjectsWhereSource(MonitoringRelationshipClass)

Obsolete.Gets the relationships for which this partial monitoring object is a source in the relationship, filtered by the relationshipClass object.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod GetMonitoringRelationshipObjectsWhereSource(MonitoringRelationshipClass, DerivedClassTraversalDepth)

Obsolete.Gets the relationships for which this partial monitoring object is a source in the relationship, filtered by the relationshipClass object. Gets the relationships from the current PartialMonitoringObject object, or optionally from all derived classes.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod GetMonitoringRelationshipObjectsWhereSource(MonitoringRelationshipClass, DerivedClassTraversalDepth, TraversalDepth)

Obsolete.Gets the relationships for which this partial monitoring object is a source in the relationship, filtered by the relationshipClasses collection.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod GetMonitoringRelationshipObjectsWhereSource(MonitoringRelationshipObjectGenericCriteria)

Obsolete.Gets the relationships for which this partial monitoring object is the source, by applying the specified filter.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod GetMonitoringRelationshipObjectsWhereSource(MonitoringRelationshipObjectGenericCriteria, TraversalDepth)

Obsolete.Gets the relationships for which this partial monitoring object is a source in the relationships that meet the criteria filter. Gets the relationships from the current PartialMonitoringObject object, or optionally from all related PartialMonitoringObject objects.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod GetMonitoringRelationshipObjectsWhereSource(TraversalDepth)

Obsolete.Retrieves all the relationships for which this monitoring object is the source of the given relationship type, optionally including their derived types.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod GetMonitoringRelationshipObjectsWhereTarget()

Obsolete.Gets the relationships for which this partial monitoring object is a target in the relationship.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod GetMonitoringRelationshipObjectsWhereTarget(ICollection<MonitoringRelationshipClass>)

Obsolete.Gets the relationships for which this partial monitoring object is a target in the relationship, filtered by the relationshipClasses collection.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod GetMonitoringRelationshipObjectsWhereTarget(ICollection<MonitoringRelationshipClass>, DerivedClassTraversalDepth)

Obsolete.Gets the relationships for which this partial monitoring object is a target in the relationship, filtered by the relationshipClasses collection. Gets the relationships from the current PartialMonitoringObject object, and optionally from all derived classes.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod GetMonitoringRelationshipObjectsWhereTarget(ICollection<MonitoringRelationshipClass>, DerivedClassTraversalDepth, TraversalDepth)

Obsolete.Gets the relationships for which this partial monitoring object is a target in the relationship, filtered by the relationshipClasses collection. Gets the relationships from the current PartialMonitoringObject object, and, optionally from all derived classes or related PartialMonitoringObject objects.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod GetMonitoringRelationshipObjectsWhereTarget(MonitoringRelationshipClass)

Obsolete.Gets the relationships for which this partial monitoring object is a source in the relationship, filtered by the relationshipClassobject.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod GetMonitoringRelationshipObjectsWhereTarget(MonitoringRelationshipClass, DerivedClassTraversalDepth)

Obsolete.Gets the relationships for which this partial monitoring object is a target in the relationship, filtered by the relationshipClass object and optionally from all derived classes.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod GetMonitoringRelationshipObjectsWhereTarget(MonitoringRelationshipClass, DerivedClassTraversalDepth, TraversalDepth)

Obsolete.Gets the relationships for which this partial monitoring object is a target in the relationship, filtered by the relationshipClasses collection and optionally including all derived classes.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod GetMonitoringReports()

Obsolete.Gets all the reports that are targeted toward this monitoring object, based on all the types of the entity and the base types.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod GetMonitoringReports(ManagementPackReportCriteria)

Obsolete.Gets all the reports that are targeted toward this monitoring object, based on all the types of the entity and the base types, and that meet the criteria filter.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod GetMonitoringRules()

Obsolete.Gets all the rules that are targeted toward this monitoring object based, on all the types of the entity and the base types.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod GetMonitoringRules(ManagementPackRuleCriteria)

Obsolete.Gets all the rules that are targeted toward this monitoring object, based on all the types of the entity and the base types, and that meet the criteria filter.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod GetMonitoringStateHierarchy()

Obsolete.Gets the state hierarchy for this monitoring object.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod GetMonitoringStates(ICollection<ManagementPackMonitor>)

Obsolete.Gets the monitoring state of the specified monitor objects.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod GetMonitoringStates(IEnumerable<ManagementPackMonitor>)

(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod GetMonitoringTaskResults()

Gets all the task results that are related to this object.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringTaskResults(TaskResultCriteria)

Gets all the task results that are related to this object and that meet the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringTaskResults(TaskResultCriteria, TraversalDepth)

Gets all the task results that are related to this object and that meet the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringTaskResults(TraversalDepth)

Gets all the task results that are related to this object, and optionally task results that are related to all the monitoring objects that are contained by this object.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetMonitoringTasks()

Obsolete.Gets all the tasks that are targeted toward this monitoring object, based on all the types of the entity and the base types.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod GetMonitoringTasks(ManagementPackTaskCriteria)

Obsolete.Gets all the tasks that are targeted toward this monitoring object, based on all the types of the entity and the base types, and that meet the criteria filter.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod GetMonitoringViews()

Obsolete.Gets all the views that are targeted toward this monitoring object, based on all the types of the entity and the base types.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod GetMonitoringViews(ManagementPackViewCriteria)

Obsolete.Gets all the views that are targeted toward this monitoring object, based on all the types of the entity and the base types, and that meet the criteria filter.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod GetMostDerivedClasses()

(Inherited from EnterpriseManagementObject.)

System_CAPS_pubmethod GetMostDerivedMonitoringClasses()

Obsolete.Gets this instance's most derived monitoring classes.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod GetParentMonitoringObjects()

Gets all the MonitoringObject instances that are parents of this object.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetParentPartialMonitoringObjects()

Gets all the PartialMonitoringObject instances that are parents of this object.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetProperties()

(Inherited from EnterpriseManagementObject.)

System_CAPS_pubmethod GetRelatedMonitoringObjects()

Gets all the monitoring objects that are related to this object.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetRelatedMonitoringObjects(ICollection<MonitoringObjectCriteria>, TraversalDepth)

Gets all the monitoring objects that are related to this object and that meet the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetRelatedMonitoringObjects(ManagementPackClass)

Gets all the monitoring objects that are related to this object and the specified monitoring class.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetRelatedMonitoringObjects(ManagementPackClass, TraversalDepth)

Gets all the monitoring objects that are related to this object and that meet the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetRelatedMonitoringObjects(MonitoringObjectCriteria)

Gets all the monitoring objects that are related to this object and that meet the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetRelatedMonitoringObjects(MonitoringObjectCriteria, TraversalDepth)

Gets all the monitoring objects that are related to this object and that meet the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetRelatedMonitoringObjects(MonitoringObjectGenericCriteria)

Gets all the monitoring objects that are related to this object and that meet the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetRelatedMonitoringObjects(MonitoringObjectGenericCriteria, TraversalDepth)

Gets all the monitoring objects that are related to this object and that meet the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetRelatedMonitoringObjects(MonitoringRelationshipClass)

Gets all the monitoring objects that are related to this monitoring object with the specified relationship type.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetRelatedMonitoringObjects(MonitoringRelationshipClass, TraversalDepth)

Gets all the monitoring objects that are related to this object and that meet the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetRelatedMonitoringObjects(TraversalDepth)

Gets all the monitoring objects that are related to this object, and optionally monitoring objects that are related to all the monitoring objects that are contained by this object.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetRelatedPartialMonitoringObjects()

Gets all the partial monitoring objects that are related to this object.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetRelatedPartialMonitoringObjects(ManagementPackClass)

Gets all the partial monitoring objects that are related to this object and the specified monitoring class.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetRelatedPartialMonitoringObjects(ManagementPackClass, TraversalDepth)

Gets all the partial monitoring objects that are related to this object and that meet the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetRelatedPartialMonitoringObjects(MonitoringObjectGenericCriteria)

Gets all the partial monitoring objects that are related to this object and that meet the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetRelatedPartialMonitoringObjects(MonitoringObjectGenericCriteria, TraversalDepth)

Gets all the partial monitoring objects that are related to this object and that meet the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetRelatedPartialMonitoringObjects(MonitoringRelationshipClass)

Gets all the partial monitoring objects that are related to this monitoring object with the specified relationship type.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetRelatedPartialMonitoringObjects(MonitoringRelationshipClass, TraversalDepth)

Gets all the partial monitoring objects that are related to this object and that meet the specified criteria.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetRelatedPartialMonitoringObjects(TraversalDepth)

Gets all the partial monitoring objects that are related to this object, and optionally partial monitoring objects that are related to all the monitoring objects that are contained by this object.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod GetResultantCategoryOverrides()

Obsolete.Gets the resultant category overrides for the partial monitoring object.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod GetResultantOverrides(ManagementPackMonitor)

Obsolete.Gets the resultant overrides for the monitor.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod GetResultantOverrides(ManagementPackSecureReference)

Obsolete.Gets the resultant overrides for the specified monitoring secure reference.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod GetResultantOverrides(MonitoringDiagnostic)

Obsolete.Gets the resultant overrides for the specified diagnostic object.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod GetResultantOverrides(MonitoringDiscovery)

Obsolete.Gets the resultant overrides for the specified discovery object.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod GetResultantOverrides(MonitoringRecovery)

Obsolete.Gets the resultant overrides for the specified recovery object.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod GetResultantOverrides(MonitoringRule)

Obsolete.Gets the resultant overrides for the specified rule.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod GetStateHierarchy()

(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod InsertCustomMonitoringEvent(CustomMonitoringEvent)

Inserts an event that is associated with this monitoring object into the runtime.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod InsertCustomMonitoringEvents(ICollection<CustomMonitoringEvent>)

Inserts events that are associated with this monitoring object into the runtime.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod InsertCustomMonitoringPerformanceData(CustomMonitoringPerformanceData)

Inserts performance data that is associated with this monitoring object into the runtime.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod InsertCustomMonitoringPerformanceData(ICollection<CustomMonitoringPerformanceData>)

Inserts a collection performance data that is associated with this monitoring object into the runtime.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod IsInstanceOf(ManagementPackClass)

(Inherited from EnterpriseManagementObject.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod Overwrite()

(Inherited from EnterpriseManagementObject.)

System_CAPS_pubmethod Overwrite(EnterpriseManagementConnector)

(Inherited from EnterpriseManagementObject.)

System_CAPS_pubmethod PopulateAccessRights(EnterpriseManagementGroup)

(Inherited from EnterpriseManagementObject.)

System_CAPS_pubmethod RecalculateMonitoringState()

Recalculates the state of all the monitors for this monitoring object.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod RecalculateMonitoringState(Guid)

Recalculates the state of the specified monitor for this monitoring object.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod RecalculateMonitoringState(ManagementPackMonitor)

Recalculates the state of the specified monitor for this monitoring object.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod Reconnect(EnterpriseManagementGroup)

Reconnects to the specified management group after the object has been disconnected.(Inherited from PartialMonitoringObjectBase.)

System_CAPS_pubmethod ResetMonitoringState()

Resets the state of all monitors for this monitoring object.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod ResetMonitoringState(Guid)

Resets the state of the specified monitor for this monitoring object.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod ResetMonitoringState(ManagementPackMonitor)

Resets the state of the specified monitor for this monitoring object.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod ScheduleMaintenanceMode(DateTime, DateTime, MaintenanceModeReason, String)

Schedules maintenance mode for this object.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod ScheduleMaintenanceMode(DateTime, DateTime, MaintenanceModeReason, String, TraversalDepth)

Schedules maintenance mode for this object.(Inherited from PartialMonitoringObject.)

System_CAPS_protmethod SetId(Guid)

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubmethod StopMaintenanceMode(DateTime)

Stops maintenance mode for this object.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod StopMaintenanceMode(DateTime, TraversalDepth)

Stops maintenance mode for this object and for objects that are related to this partial monitoring object, either from the current PartialMonitoringObject object, or, optionally from all related PartialMonitoringObject objects.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod SubmitMonitoringTask(MonitoringTask, TaskConfiguration)

Obsolete.Submits a task that is targeted toward this partial monitoring object.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod SubmitMonitoringTask(MonitoringTask, TaskConfiguration, MonitoringTaskStatusChangeCallback)

Obsolete.Submits a task that is targeted toward this partial monitoring object.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod ToString()

(Inherited from MonitoringBase.)

System_CAPS_pubmethod TryGetProperty(Guid, EnterpriseManagementSimpleObject)

(Inherited from EnterpriseManagementObjectBaseWithProperties.)

System_CAPS_pubmethod TryGetProperty(ManagementPackProperty, EnterpriseManagementSimpleObject)

(Inherited from EnterpriseManagementObjectBaseWithProperties.)

System_CAPS_pubmethod TryGetProperty(ManagementPackType, String, EnterpriseManagementSimpleObject)

(Inherited from EnterpriseManagementObjectBaseWithProperties.)

System_CAPS_pubmethod UpdateMaintenanceMode(DateTime, MaintenanceModeReason, String)

Updates the current maintenance mode for the client.(Inherited from PartialMonitoringObject.)

System_CAPS_pubmethod UpdateMaintenanceMode(DateTime, MaintenanceModeReason, String, TraversalDepth)

Updates the current maintenance mode for the client.(Inherited from PartialMonitoringObject.)

Events

Name Description
System_CAPS_pubevent OnRelatedEntitiesChanged

Notifies subscribers that the monitoring object had its related entities, based on relationship types derived from containment, changed.(Inherited from PartialMonitoringObject.)

Explicit Interface Implementations

Name Description
System_CAPS_pubinterfaceSystem_CAPS_privmethod IEnterpriseManagementObjectCreatable<EnterpriseManagementObject>.CreateObject(IEnterpriseManagementObjectData, EnterpriseManagementGroup)

(Inherited from EnterpriseManagementObject.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IEnterpriseManagementObjectCreatable<EnterpriseManagementObject>.CreateObjectGroup(IEnterpriseManagementObjectData, EnterpriseManagementGroup)

(Inherited from EnterpriseManagementObject.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IEnterpriseManagementObjectCreatable<EnterpriseManagementObject>.GetObjectDataFromRow(Result)

(Inherited from EnterpriseManagementObject.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IEnterpriseManagementObjectCreatable<MonitoringObject>.CreateObject(IEnterpriseManagementObjectData, EnterpriseManagementGroup)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IEnterpriseManagementObjectCreatable<MonitoringObject>.CreateObjectGroup(IEnterpriseManagementObjectData, EnterpriseManagementGroup)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IEnterpriseManagementObjectCreatable<MonitoringObject>.GetObjectDataFromRow(Result)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IEnterpriseManagementObjectCreatable<PartialMonitoringObject>.CreateObject(IEnterpriseManagementObjectData, EnterpriseManagementGroup)

(Inherited from PartialMonitoringObject.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IEnterpriseManagementObjectCreatable<PartialMonitoringObject>.CreateObjectGroup(IEnterpriseManagementObjectData, EnterpriseManagementGroup)

(Inherited from PartialMonitoringObject.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IEnterpriseManagementObjectCreatable<PartialMonitoringObject>.GetObjectDataFromRow(Result)

(Inherited from PartialMonitoringObject.)

Remarks

A monitoring object is an instance that is discovered by Microsoft System Center Operations Manager. For more information about this class, see Monitoring Object and Partial Monitoring Object Comparison.

Examples

The following example gets a collection of monitoring objects and outputs their states and names.

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