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 | |
---|---|---|
GetMonitoringDiagnostics() | Obsolete.Retrieves all the diagnostic objects. |
|
GetMonitoringDiagnostics(ManagementPackDiagnosticCriteria) | Obsolete.Retrieves a collection of diagnostic objects that match the specified filter. |
|
GetMonitoringDiagnostics<T>(ICollection<T>) | Obsolete.Retrieves a collection of diagnostic objects that target the specified monitoring objects. |
|
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