Defines a monitoring class in a Management Group, which allows you to access the tasks, discovery objects, diagnostic objects, and other objects that target this class.

The following tables list the members exposed by the MonitoringClass type.

Public Properties (see also Protected Properties)

  Name Description
public property Abstract  Gets or sets a Boolean value that determines whether the class is an abstract class. (inherited from ManagementPackClass)
public property Accessibility  Gets or sets the accessibility of the Management Pack item. (inherited from ManagementPackAccessibleElement)
public property Base  Gets or sets the class that this class is derived from. (inherited from ManagementPackClass)
public property Comment  Gets the optional comment associated with this Management Pack element. (inherited from ManagementPackElement)
public property Description  Gets or sets the description of the Management Pack element. (inherited from ManagementPackElement)
public property DisplayName  Gets or sets the display name of the Management Pack element. (inherited from ManagementPackElement)
public property Hosted  Gets or sets a Boolean value that determines whether an instance of this class can only exist when hosted by an instance of another class. (inherited from ManagementPackClass)
public property Id  Gets the GUID identifier of the Management Pack element. (inherited from ManagementPackElement)
public property LanguageCode  Gets or sets the default three-letter language code for this Management Pack element, which is used to specify the language for the description and display name of the element. (inherited from ManagementPackElement)
public property LastModified  Gets the time (UTC time) when the item was last modified. (inherited from ManagementPackItem)
public property ManagementGroup Gets the Management Group in which this object was instantiated.
public property ManagementGroupId Gets a globally unique identifier (GUID) for the Management Group in which this object was instantiated.
public property Name  Gets the name of this Management Pack element. (inherited from ManagementPackElement)
public property PropertyCollection  Gets the collection of properties in the class that are populated during discovery of the class. (inherited from ManagementPackClass)
public property Singleton  Gets or sets a Boolean value that determines whether this class is a singleton class. (inherited from ManagementPackClass)
public property Status  Gets the current status of the item. (inherited from ManagementPackItem)
public property TimeAdded  Gets the time (UTC time) when the item was created. (inherited from ManagementPackItem)
public property XmlTag  Gets the XML element tag that is defined by this type. (inherited from ManagementPackClass)
Top

Protected Properties

  Name Description
protected property memberstatus  Gets or sets the status of this item. (inherited from ManagementPackItem)
Top

Public Methods (see also Protected Methods)

  Name Description
public method Equals  Overloaded. (inherited from ManagementPackElement)
public method FindHostClass  Returns the source class that is the host for this class. (inherited from ManagementPackClass)
public method FindHostRelationship  Returns the host relationship defined in the Management Pack where this class is defined. (inherited from ManagementPackClass)
public method GetDerivedMonitoringClasses Overloaded. Retrieves classes derived from the specified monitoring class.
public method GetDiscoverySources Retrieves the discovery sources that target this class.
public method GetDisplayString  Overloaded. (inherited from ManagementPackElement)
public method GetFolders  Gets the collection of Management Pack folders associated with this Management Pack element. (inherited from ManagementPackElement)
public method GetHashCode  Gets the hash code for this object. (inherited from ManagementPackElement)
public method GetImageReferences  Gets the images associated with this Management Pack element. (inherited from ManagementPackElement)
public method GetKnowledgeArticle  Overloaded. (inherited from ManagementPackElement)
public method GetManagementPack  Gets the Management Pack that this object is defined in. (inherited from ManagementPackElement)
public method GetMonitorHierarchy Retrieves the root monitor that targets this monitoring class and base classes, and then populates a MonitoringHierarchyNode object with the monitor hierarchy.
public method GetMonitoringConsoleTasks Overloaded. Retrieves tasks that target this monitoring class.
public method GetMonitoringDiagnostics Overloaded. Retrieves diagnostic objects that target this monitoring class.
public method GetMonitoringDiscoveries Overloaded. Retrieves the discovery objects that target this monitoring class.
public method GetMonitoringImageReferences Retrieves a collection of image references for the monitoring class.
public method GetMonitoringLinkedReports Overloaded. Retrieves the linked report objects that target this monitoring class.
public method GetMonitoringProperties Overloaded. Retrieves the monitoring property objects associated with this monitoring class.
public method GetMonitoringProperty Overloaded. Retrieves the monitoring property for this monitoring class.
public method GetMonitoringRecoveries Overloaded. Retrieves the monitoring recovery objects that target this monitoring class.
public method GetMonitoringRelationshipClasses Overloaded. Retrieves the relationship class objects of which this monitoring class is a part.
public method GetMonitoringRelationshipClassesWhereSource Overloaded. Retrieves the relationship class objects of which this monitoring class is a source in the relationship.
public method GetMonitoringRelationshipClassesWhereTarget Overloaded. Retrieves the relationship class objects of which this monitoring class is a target in the relationship.
public method GetMonitoringReports Overloaded. Retrieves the monitoring report objects that target this monitoring class.
public method GetMonitoringRules Overloaded. Retrieves the monitoring rule objects that target this monitoring class.
public method GetMonitoringTasks Overloaded. Retrieves the monitoring task objects that target this monitoring class.
public method GetMonitoringViews Overloaded. Retrieves the monitoring view objects that target this monitoring class.
public method GetParentMonitoringClasses Retrieves all the monitoring object classes that are parents of the specified relationship type, optionally including all parent types of those parents and their derived classes.
public method GetRelatedMonitoringClasses Retrieves all the monitoring object classes that are related to the specified relationship type, optionally including all parent types of those parents and their derived classes.
public method GetResultantCategoryOverrides Retrieves the resultant category overrides for this monitoring class.
public method GetResultantOverrides Overloaded. Retrieves resultant overrides for the specified object.
public method GetType  (inherited from Object)
public method IsSubClassOf  (inherited from ManagementPackClass)
public method Reconnect Overloaded. Reconnects this object after it has been deserialized.
public methodstatic ReferenceEquals  (inherited from Object)
public method ToString  Gets the name of this Management Pack element. (inherited from ManagementPackElement)
public method WriteXml  (inherited from ManagementPackElement)
Top

Protected Methods

  Name Description
protected method CheckVersionCompatibility  (inherited from ManagementPackClass)
protected method Finalize  (inherited from Object)
protected method MemberwiseClone  (inherited from Object)
protected method PostProcessChange  (inherited from ManagementPackItem)
protected method ReadAttributes  (inherited from ManagementPackClass)
protected method ReadElements  (inherited from ManagementPackClass)
protected method UpdateCollection  (inherited from ManagementPackItem)
protected method WriteAttributes  (inherited from ManagementPackClass)
protected method WriteElements  (inherited from ManagementPackClass)
Top

See Also


Send comments about this topic to Microsoft.