Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
monitoringObjects
Type: System.Collections.Generic.ICollection<T>The monitoring linked report objects that target these monitoring objects.
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<MonitoringLinkedReport>
Returns aReadOnlyCollection<T> ofMonitoringLinkedReport objects.
Type Parameters
- T
Must be of type PartialMonitoringObject.
See Also
GetMonitoringLinkedReports Overload
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top