ManagementGroup.GetMonitoringDiagnostics Method

 

Applies To: Operations Manager for System Center 2012

Retrieves a collection of diagnostic objects from the management group.

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

Overload List

Name Description
System_CAPS_pubmethod GetMonitoringDiagnostics()

Obsolete.Retrieves all the diagnostic objects.

System_CAPS_pubmethod GetMonitoringDiagnostics(ManagementPackDiagnosticCriteria)

Obsolete.Retrieves a collection of diagnostic objects that match the specified filter.

System_CAPS_pubmethod GetMonitoringDiagnostics<T>(ICollection<T>)

Obsolete.Retrieves a collection of diagnostic objects that target the specified monitoring objects.

System_CAPS_pubmethod GetMonitoringDiagnostics<T>(ManagementPackDiagnosticCriteria, ICollection<T>)

Obsolete.Retrieves a collection of diagnostic objects that match the specified filter and target the specified monitoring objects.

See Also

ManagementGroup Class
Microsoft.EnterpriseManagement Namespace

Return to top