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
baseClassTraversalDepth
Type: Microsoft.EnterpriseManagement.Configuration.BaseClassTraversalDepthDetermines whether to also return linked report objects that target the base classes of this class. A value of None does not include base classes. A value of Recursive includes base classes.
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