MonitoringClass.GetMonitoringLinkedReports Method (BaseClassTraversalDepth)

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Retrieves the linked report objects that target this monitoring class, optionally including the linked report objects that target the base classes of this class.

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

Syntax

[ObsoleteAttribute("Use ManagementGroup.Reporting.GetLinkedReports")]
public ReadOnlyCollection<MonitoringLinkedReport> GetMonitoringLinkedReports(
    BaseClassTraversalDepth baseClassTraversalDepth
)
public:
[ObsoleteAttribute("Use ManagementGroup.Reporting.GetLinkedReports")]
ReadOnlyCollection<MonitoringLinkedReport^>^ GetMonitoringLinkedReports(
    BaseClassTraversalDepth baseClassTraversalDepth
)
[<ObsoleteAttribute("Use ManagementGroup.Reporting.GetLinkedReports")>]
member GetMonitoringLinkedReports : 
        baseClassTraversalDepth:BaseClassTraversalDepth -> ReadOnlyCollection<MonitoringLinkedReport>
<ObsoleteAttribute("Use ManagementGroup.Reporting.GetLinkedReports")>
Public Function GetMonitoringLinkedReports (
    baseClassTraversalDepth As BaseClassTraversalDepth
) As ReadOnlyCollection(Of MonitoringLinkedReport)

Parameters

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