PartialMonitoringObject::GetMonitoringLinkedReports Method (ManagementPackLinkedReportCriteria^)
Applies To: Operations Manager for System Center 2012
Gets all the reports that are targeted toward this monitoring object, based on all the types of the entity and the base types, and that meet the criteria filter.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
public: [ObsoleteAttribute("Use ManagementGroup.Reporting.GetLinkedReports methods that take this object")] ReadOnlyCollection<MonitoringLinkedReport^>^ GetMonitoringLinkedReports( ManagementPackLinkedReportCriteria^ criteria )
Parameters
- criteria
-
Type:
Microsoft.EnterpriseManagement.Configuration::ManagementPackLinkedReportCriteria^
A value that specifies the kind of monitoring-linked reports.
Return Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<MonitoringLinkedReport^>^Returns ReadOnlyCollection<T> of MonitoringLinkedReport objects.
Gets all the reports that are targeted toward this monitoring object, based on all the types of the entity and the base types and that meet the criteria filter. You can iterate through the collection to obtain any specific report and its properties.
The criteria parameter is used to identify reports that will pass through the filter. Reports within the returned collection meet this filter requirement.