MonitoringClassCriteria Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Use ManagementPackClassCriteria
Specifies the criteria for the GetMonitoringClasses(MonitoringClassCriteria) method, limiting the returned objects to those that meet the criteria.
public ref class MonitoringClassCriteria : Microsoft::EnterpriseManagement::Configuration::ManagementPackClassCriteria
[System.Obsolete("Use ManagementPackClassCriteria")]
public class MonitoringClassCriteria : Microsoft.EnterpriseManagement.Configuration.ManagementPackClassCriteria
type MonitoringClassCriteria = class
inherit ManagementPackClassCriteria
Public Class MonitoringClassCriteria
Inherits ManagementPackClassCriteria
- Inheritance
-
MonitoringClassCriteria
- Attributes
Examples
For an example of the MonitoringClassCriteria constructor, see How to Insert Custom Event and Performance Data
Remarks
The following property names are valid names that can be used in the criteria expression:
Id
Name
BaseMonitoringClassId
ManagementPackId
Hosted
Abstract
Accessibility
Singleton
Sealed
TimeAdded
LastModified
DisplayName
Description
For information about the criteria expression syntax, see Criteria Expression Syntax.
Constructors
MonitoringClassCriteria(String) |
Constructor. |