PartialMonitoringObject::GetMonitoringReports Method ()
System Center
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.Namespace:
Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Return to top
Gets all the reports that are targeted toward this monitoring object, based on all the types of the entity and the base types.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
public: [ObsoleteAttribute("Use ManagementGroup.Reporting.GetReports methods that take this object")] ReadOnlyCollection<MonitoringReport^>^ GetMonitoringReports()
Return Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<MonitoringReport^>^Returns ReadOnlyCollection<T> of MonitoringReport objects.
Show: