ManagementGroup.GetMonitoringLinkedReports<T> Method (ICollection<T>)

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Retrieves a collection of the monitoring linked reports in the management group that target the specified monitoring objects.

Namespace:   Microsoft.EnterpriseManagement
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

[ObsoleteAttribute("Please use Reporting.GetLinkedReports<T>()")]
public ReadOnlyCollection<MonitoringLinkedReport> GetMonitoringLinkedReports<T>(
    ICollection<T> monitoringObjects
)
where T : PartialMonitoringObject
public:
generic<typename T>
where T : PartialMonitoringObject
[ObsoleteAttribute("Please use Reporting.GetLinkedReports<T>()")]
ReadOnlyCollection<MonitoringLinkedReport^>^ GetMonitoringLinkedReports(
    ICollection<T>^ monitoringObjects
)
[<ObsoleteAttribute("Please use Reporting.GetLinkedReports<T>()")>]
member GetMonitoringLinkedReports<'T when 'T : PartialMonitoringObject> : 
        monitoringObjects:ICollection<'T> -> ReadOnlyCollection<MonitoringLinkedReport>
<ObsoleteAttribute("Please use Reporting.GetLinkedReports<T>()")>
Public Function GetMonitoringLinkedReports(Of T As PartialMonitoringObject) (
    monitoringObjects As ICollection(Of T)
) As ReadOnlyCollection(Of MonitoringLinkedReport)

Parameters

Return Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<MonitoringLinkedReport>

Returns aReadOnlyCollection<T> ofMonitoringLinkedReport objects.

Type Parameters

See Also

GetMonitoringLinkedReports Overload
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace

Return to top