Share via


MonitoringTaskCriteria Class

Definition

Caution

Use ManagementPackTaskCriteria and replace Category in criteria to CategoryOld

ManagementPackTask criteria.

public ref class MonitoringTaskCriteria : Microsoft::EnterpriseManagement::Configuration::ManagementPackTaskCriteria
[System.Obsolete("Use ManagementPackTaskCriteria and replace Category in criteria to CategoryOld")]
public class MonitoringTaskCriteria : Microsoft.EnterpriseManagement.Configuration.ManagementPackTaskCriteria
type MonitoringTaskCriteria = class
    inherit ManagementPackTaskCriteria
Public Class MonitoringTaskCriteria
Inherits ManagementPackTaskCriteria
Inheritance
MonitoringTaskCriteria
Attributes

Examples

For an example of the MonitoringTaskCriteria constructor, see How to Asynchronously Run a Management Pack Task

Remarks

The following property names are valid names that can be used in the criteria expression:

  • Id

  • Name

  • ManagementPackId

  • TargetMonitoringClassId

  • Enabled

  • Category

  • DisplayName

  • Description

  • Accessibility

  • Remotable

  • Timeout

  • TimeAdded

  • LastModified

For information about the criteria expression syntax, see Criteria Expression Syntax

Constructors

MonitoringTaskCriteria(String)

Constructor.

Properties

BackCompatPropertyToNewPropertyMappings

Gets the back compat property to new property mappings.

Applies to