ManagementGroup.GetMonitoringLinkedReports Method ()
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Retrieves a collection of all the monitoring linked reports.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Please use Reporting.GetLinkedReports()")]
public ReadOnlyCollection<MonitoringLinkedReport> GetMonitoringLinkedReports()
public:
[ObsoleteAttribute("Please use Reporting.GetLinkedReports()")]
ReadOnlyCollection<MonitoringLinkedReport^>^ GetMonitoringLinkedReports()
[<ObsoleteAttribute("Please use Reporting.GetLinkedReports()")>]
member GetMonitoringLinkedReports : unit -> ReadOnlyCollection<MonitoringLinkedReport>
<ObsoleteAttribute("Please use Reporting.GetLinkedReports()")>
Public Function GetMonitoringLinkedReports As ReadOnlyCollection(Of MonitoringLinkedReport)
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<MonitoringLinkedReport>
Returns aReadOnlyCollection<T> object ofMonitoringLinkedReport objects.
See Also
GetMonitoringLinkedReports Overload
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top