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