MonitoringDiagnosticResultCriteria Class

System Center
 

Updated: April 16, 2012

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Used to specify the criteria for the M:Microsoft.EnterpriseManagement.ManagementGroup.GetMonitoringDiagnosticResults(Microsoft.EnterpriseManagement.Monitoring.MonitoringDiagnosticResultCriteria) method, limiting the returned objects to those that meet the criteria.

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

System::Object
  Microsoft.EnterpriseManagement.Common::QueryCriteria<T>
    Microsoft.EnterpriseManagement.Monitoring::DiagnosticResultCriteria
      Microsoft.EnterpriseManagement.Monitoring::MonitoringDiagnosticResultCriteria

[ObsoleteAttribute("Use DiagnosticResultCriteria")]
public ref class MonitoringDiagnosticResultCriteria : DiagnosticResultCriteria

NameDescription
System_CAPS_pubmethodMonitoringDiagnosticResultCriteria(String^)

Initializes a new MonitoringDiagnosticResultCriteria object.

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

  1. Id

  2. MonitoringDiagnosticId

  3. StateChangeEventId

  4. SubmittedBy

  5. TargetMonitoringObjectId

  6. Status

  7. Output

  8. ErrorCode

  9. ErrorMessage

  10. TimeScheduled

  11. TimeStarted

  12. TimeFinished

  13. LastModified

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

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: